public static class TdApi.EmailAddressAuthenticationCodeInfo extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emailAddressPattern
Pattern of the email address to which an authentication code was sent.
|
int |
length
Length of the code; 0 if unknown.
|
Constructor and Description |
---|
EmailAddressAuthenticationCodeInfo()
Information about the email address authentication code that was sent.
|
EmailAddressAuthenticationCodeInfo(java.lang.String emailAddressPattern,
int length)
Information about the email address authentication code that was sent.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String emailAddressPattern
public int length
public static final int CONSTRUCTOR
public EmailAddressAuthenticationCodeInfo()
public EmailAddressAuthenticationCodeInfo(java.lang.String emailAddressPattern, int length)
emailAddressPattern
- Pattern of the email address to which an authentication code was sent.length
- Length of the code; 0 if unknown.public int getConstructor()
getConstructor
in class TdApi.Object