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