Package org.drinkless.tdlib
Class TdApi.SendEmailAddressVerificationCode
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.EmailAddressAuthenticationCodeInfo>
org.drinkless.tdlib.TdApi.SendEmailAddressVerificationCode
- Enclosing class:
- TdApi
public static class TdApi.SendEmailAddressVerificationCode
extends TdApi.Function<TdApi.EmailAddressAuthenticationCodeInfo>
Sends a code to verify an email address to be added to a user's Telegram Passport.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Email address. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sends a code to verify an email address to be added to a user's Telegram Passport.SendEmailAddressVerificationCode
(String emailAddress) Creates a function, which sends a code to verify an email address to be added to a user's Telegram Passport. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
emailAddress
Email address. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SendEmailAddressVerificationCode
public SendEmailAddressVerificationCode()Default constructor for a function, which sends a code to verify an email address to be added to a user's Telegram Passport. -
SendEmailAddressVerificationCode
Creates a function, which sends a code to verify an email address to be added to a user's Telegram Passport.- Parameters:
emailAddress
- Email address.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-