Package it.tdlight.jni
Class TdApi.RecoveryEmailAddress
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.RecoveryEmailAddress
- Enclosing class:
- TdApi
public static class TdApi.RecoveryEmailAddress extends TdApi.Object
Contains information about the current
recovery email address.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
recoveryEmailAddress
Recovery email address. -
Constructor Summary
Constructors Constructor Description RecoveryEmailAddress()
Contains information about the current recovery email address.RecoveryEmailAddress(DataInput input)
RecoveryEmailAddress(String recoveryEmailAddress)
Contains information about the current recovery email address. -
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
-
recoveryEmailAddress
Recovery email address. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
RecoveryEmailAddress
public RecoveryEmailAddress()Contains information about the current recovery email address. -
RecoveryEmailAddress
Contains information about the current recovery email address.- Parameters:
recoveryEmailAddress
- String Recovery email address.
-
RecoveryEmailAddress
- 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()
-