public static class TdApi.PassportElementAddress extends TdApi.PassportElement
TdApi.PassportElement.Constructors
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() |
toString
public TdApi.Address address
public static final int CONSTRUCTOR
public PassportElementAddress()
public PassportElementAddress(TdApi.Address address)
address
- Address.public int getConstructor()
getConstructor
in class TdApi.PassportElement