public static class TdApi.InputPassportElementAddress extends TdApi.InputPassportElement
| Modifier and Type | Field and Description |
|---|---|
TdApi.Address |
address
The address to be saved.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
InputPassportElementAddress()
A Telegram Passport element to be saved containing the user's address.
|
InputPassportElementAddress(TdApi.Address address)
A Telegram Passport element to be saved 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 InputPassportElementAddress()
public InputPassportElementAddress(TdApi.Address address)
address - The address to be saved.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object