public static class TdApi.PassportElementPersonalDetails extends TdApi.PassportElement
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PersonalDetails |
personalDetails
Personal details of the user.
|
| Constructor and Description |
|---|
PassportElementPersonalDetails()
A Telegram Passport element containing the user's personal details.
|
PassportElementPersonalDetails(TdApi.PersonalDetails personalDetails)
A Telegram Passport element containing the user's personal details.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.PersonalDetails personalDetails
public static final int CONSTRUCTOR
public PassportElementPersonalDetails()
public PassportElementPersonalDetails(TdApi.PersonalDetails personalDetails)
personalDetails - Personal details of the user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object