Package org.drinkless.tdlib
Class TdApi.EmailAddressAuthenticationCodeInfo
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.EmailAddressAuthenticationCodeInfo
-
- Enclosing class:
- TdApi
public static class TdApi.EmailAddressAuthenticationCodeInfo extends TdApi.Object
Information about the email address authentication code that was sent.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringemailAddressPatternPattern of the email address to which an authentication code was sent.intlengthLength of the code; 0 if unknown.
-
Constructor Summary
Constructors Constructor Description EmailAddressAuthenticationCodeInfo()Information about the email address authentication code that was sent.EmailAddressAuthenticationCodeInfo(String emailAddressPattern, int length)Information about the email address authentication code that was sent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
emailAddressPattern
public String emailAddressPattern
Pattern of the email address to which an authentication code was sent.
-
length
public int length
Length of the code; 0 if unknown.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EmailAddressAuthenticationCodeInfo
public EmailAddressAuthenticationCodeInfo()
Information about the email address authentication code that was sent.
-
EmailAddressAuthenticationCodeInfo
public EmailAddressAuthenticationCodeInfo(String emailAddressPattern, int length)
Information about the email address authentication code that was sent.- Parameters:
emailAddressPattern- Pattern of the email address to which an authentication code was sent.length- Length of the code; 0 if unknown.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-