Package org.drinkless.tdlib
Class TdApi.PassportElementsWithErrors
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PassportElementsWithErrors
- Enclosing class:
- TdApi
Contains information about a Telegram Passport elements and corresponding errors.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Telegram Passport elements.Errors in the elements that are already available. -
Constructor Summary
ConstructorsConstructorDescriptionContains 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
elements
Telegram Passport elements. -
errors
Errors in the elements that are already available. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-