Package org.drinkless.tdlib
Class TdApi.RecoveryEmailAddress
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.StringrecoveryEmailAddressRecovery email address.
-
Constructor Summary
Constructors Constructor Description RecoveryEmailAddress()Contains information about the current recovery email address.RecoveryEmailAddress(String recoveryEmailAddress)Contains information about the current recovery email address.
-
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
-
recoveryEmailAddress
public String recoveryEmailAddress
Recovery email address.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RecoveryEmailAddress
public RecoveryEmailAddress()
Contains information about the current recovery email address.
-
RecoveryEmailAddress
public RecoveryEmailAddress(String recoveryEmailAddress)
Contains information about the current recovery email address.- Parameters:
recoveryEmailAddress- Recovery email address.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-