public static class TdApi.CheckAuthenticationEmailCode extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
TdApi.EmailAddressAuthentication |
code
Email address authentication to check.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
CheckAuthenticationEmailCode()
Default constructor for a function, which checks the authentication of an email address.
|
CheckAuthenticationEmailCode(TdApi.EmailAddressAuthentication code)
Creates a function, which checks the authentication of an email address.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.EmailAddressAuthentication code
public static final int CONSTRUCTOR
public CheckAuthenticationEmailCode()
Returns Ok
public CheckAuthenticationEmailCode(TdApi.EmailAddressAuthentication code)
Returns Ok
code - Email address authentication to check.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object