java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.EmailAddressAuthenticationCodeInfo
- Enclosing class:
- TdApi
Information about the email address
authentication code that was sent.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Pattern of the email address to which an authentication code was sent.int
Length of the code; 0 if unknown. -
Constructor Summary
ConstructorsConstructorDescriptionInformation 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
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
emailAddressPattern
Pattern of the email address to which an authentication code was sent. -
length
public int lengthLength of the code; 0 if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
EmailAddressAuthenticationCodeInfo
public EmailAddressAuthenticationCodeInfo()Information about the email address authentication code that was sent. -
EmailAddressAuthenticationCodeInfo
Information about the email address authentication code that was sent.- Parameters:
emailAddressPattern
- String Pattern of the email address to which an authentication code was sent.length
- int Length of the code; 0 if unknown.
-
EmailAddressAuthenticationCodeInfo
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-