Package org.drinkless.tdlib
Class TdApi.InputPassportElementPersonalDetails
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPassportElement
org.drinkless.tdlib.TdApi.InputPassportElementPersonalDetails
- Enclosing class:
- TdApi
A Telegram Passport element to be saved 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 to be saved containing the user's personal details.InputPassportElementPersonalDetails(TdApi.PersonalDetails personalDetails) A Telegram Passport element to be saved 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
-
InputPassportElementPersonalDetails
public InputPassportElementPersonalDetails()A Telegram Passport element to be saved containing the user's personal details. -
InputPassportElementPersonalDetails
A Telegram Passport element to be saved 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
-