public static class TdApi.InputPassportElementAddress extends TdApi.InputPassportElement
TdApi.InputPassportElement.Constructors
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() |
toString
public TdApi.Address address
public static final int CONSTRUCTOR
public InputPassportElementAddress()
public InputPassportElementAddress(TdApi.Address address)
address
- The address to be saved.public int getConstructor()
getConstructor
in class TdApi.InputPassportElement