Package org.drinkless.tdlib
Class TdApi.PassportElementPersonalDetails
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PassportElement
org.drinkless.tdlib.TdApi.PassportElementPersonalDetails
- Enclosing class:
- TdApi
A Telegram Passport element containing the user's personal details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Personal details of the user. -
Constructor Summary
ConstructorsConstructorDescriptionA Telegram Passport element containing the user's personal details.PassportElementPersonalDetails(TdApi.PersonalDetails personalDetails) A Telegram Passport element containing the user's personal details. -
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
-
personalDetails
Personal details of the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PassportElementPersonalDetails
public PassportElementPersonalDetails()A Telegram Passport element containing the user's personal details. -
PassportElementPersonalDetails
A Telegram Passport element containing the user's personal details.- Parameters:
personalDetails- Personal details of the user.
-
-
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
-