- Enclosing class:
- TdApi
Sets the email address of the user
and sends an authentication code to
the email address. Works only when
the current authorization state is authorizationStateWaitEmailAddress.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The email address of the user. -
Constructor Summary
ConstructorDescriptionSets the email address of the user and sends an authentication code to the email address.Sets the email address of the user and sends an authentication code to the email address.SetAuthenticationEmailAddress
(String emailAddress) Sets the email address of the user and sends an authentication code to the email address. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
emailAddress
The email address of the user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetAuthenticationEmailAddress
public SetAuthenticationEmailAddress()Sets the email address of the user and sends an authentication code to the email address. Works only when the current authorization state is authorizationStateWaitEmailAddress. ReturnsOk
-
SetAuthenticationEmailAddress
Sets the email address of the user and sends an authentication code to the email address. Works only when the current authorization state is authorizationStateWaitEmailAddress. ReturnsOk
- Parameters:
emailAddress
- String The email address of the user.
-
SetAuthenticationEmailAddress
Sets the email address of the user and sends an authentication code to the email address. Works only when the current authorization state is authorizationStateWaitEmailAddress. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-