public static class TdApi.SendEmailAddressVerificationCode extends TdApi.Function
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emailAddress
Email address.
|
Constructor and Description |
---|
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(java.lang.String emailAddress)
Creates a function, which sends a code to verify an email address to be added to a user's Telegram Passport.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String emailAddress
public static final int CONSTRUCTOR
public SendEmailAddressVerificationCode()
public SendEmailAddressVerificationCode(java.lang.String emailAddress)
emailAddress
- Email address.public int getConstructor()
getConstructor
in class TdApi.Function