Package it.tdlight.jni
Class TdApi.EmailAddressAuthenticationCodeInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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 int
CONSTRUCTOR
String
emailAddressPattern
Pattern of the email address to which an authentication code was sent.int
length
Length of the code; 0 if unknown. -
Constructor Summary
Constructors Constructor Description EmailAddressAuthenticationCodeInfo()
Information about the email address authentication code that was sent.EmailAddressAuthenticationCodeInfo(DataInput input)
EmailAddressAuthenticationCodeInfo(String emailAddressPattern, int length)
Information about the email address authentication code that was sent. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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()
-