Package org.drinkless.tdlib
Class TdApi.PassportElementsWithErrors
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PassportElementsWithErrors
-
- Enclosing class:
- TdApi
public static class TdApi.PassportElementsWithErrors extends TdApi.Object
Contains information about a Telegram Passport elements and corresponding errors.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PassportElement[]elementsTelegram Passport elements.TdApi.PassportElementError[]errorsErrors in the elements that are already available.
-
Constructor Summary
Constructors Constructor Description PassportElementsWithErrors()Contains information about a Telegram Passport elements and corresponding errors.PassportElementsWithErrors(TdApi.PassportElement[] elements, TdApi.PassportElementError[] errors)Contains information about a Telegram Passport elements and corresponding errors.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
elements
public TdApi.PassportElement[] elements
Telegram Passport elements.
-
errors
public TdApi.PassportElementError[] errors
Errors in the elements that are already available.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PassportElementsWithErrors
public PassportElementsWithErrors()
Contains information about a Telegram Passport elements and corresponding errors.
-
PassportElementsWithErrors
public PassportElementsWithErrors(TdApi.PassportElement[] elements, TdApi.PassportElementError[] errors)
Contains information about a Telegram Passport elements and corresponding errors.- Parameters:
elements- Telegram Passport elements.errors- Errors in the elements that are already available.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-