public static class TdApi.InputPassportElementEmailAddress extends TdApi.InputPassportElement
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emailAddress
The email address to be saved.
|
| Constructor and Description |
|---|
InputPassportElementEmailAddress()
A Telegram Passport element to be saved containing the user's email address.
|
InputPassportElementEmailAddress(java.lang.String emailAddress)
A Telegram Passport element to be saved containing the user's email address.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String emailAddress
public static final int CONSTRUCTOR
public InputPassportElementEmailAddress()
public InputPassportElementEmailAddress(java.lang.String emailAddress)
emailAddress - The email address to be saved.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object