public static class TdApi.SetAuthenticationEmailAddress extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emailAddress
The email address of the user.
|
| Constructor and Description |
|---|
SetAuthenticationEmailAddress()
Default constructor for a function, which sets the email address of the user and sends an authentication code to the email address.
|
SetAuthenticationEmailAddress(java.lang.String emailAddress)
Creates a function, which sets the email address of the user and sends an authentication code to the 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 SetAuthenticationEmailAddress()
Returns Ok
public SetAuthenticationEmailAddress(java.lang.String emailAddress)
Returns Ok
emailAddress - The email address of the user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object