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