public static class TdApi.SetLoginEmailAddress extends TdApi.Function<TdApi.EmailAddressAuthenticationCodeInfo>
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
newLoginEmailAddress
New login email address.
|
| Constructor and Description |
|---|
SetLoginEmailAddress()
Default constructor for a function, which changes the login email address of the user.
|
SetLoginEmailAddress(java.lang.String newLoginEmailAddress)
Creates a function, which changes the login email address of the user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String newLoginEmailAddress
public static final int CONSTRUCTOR
public SetLoginEmailAddress()
public SetLoginEmailAddress(java.lang.String newLoginEmailAddress)
newLoginEmailAddress - New login email address.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object