Package org.drinkless.tdlib
Class TdApi.SetAuthenticationEmailAddress
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.SetAuthenticationEmailAddress
- 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
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The email address of the user. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sets the email address of the user and sends an authentication code to the email address.SetAuthenticationEmailAddress(String emailAddress) Creates a function, which sets the email address of the user and sends an authentication code to the email address. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
emailAddress
The email address of the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetAuthenticationEmailAddress
public SetAuthenticationEmailAddress()Default constructor for a function, which 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 -
SetAuthenticationEmailAddress
Creates a function, which 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- Parameters:
emailAddress- The email address of the user.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-