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
public static class TdApi.InputPassportElementPersonalDetails extends TdApi.InputPassportElement
A Telegram Passport element to be saved containing the user's personal details.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PersonalDetailspersonalDetailsPersonal details of the user.
-
Constructor Summary
Constructors Constructor Description InputPassportElementPersonalDetails()A 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
personalDetails
public TdApi.PersonalDetails personalDetails
Personal details of the user.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputPassportElementPersonalDetails
public InputPassportElementPersonalDetails()
A Telegram Passport element to be saved containing the user's personal details.
-
InputPassportElementPersonalDetails
public InputPassportElementPersonalDetails(TdApi.PersonalDetails personalDetails)
A Telegram Passport element to be saved containing the user's personal details.- Parameters:
personalDetails- Personal details of the user.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-