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 intPattern of the email address to which an authentication code was sent.intLength of the code; 0 if unknown. -
Constructor Summary
ConstructorsConstructorDescriptionInformation about the email address authentication code that was sent.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
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
Information about the email address authentication code that was sent.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-