Package org.drinkless.tdlib
Class TdApi.AuthorizationStateWaitPassword
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.AuthorizationState
-
- org.drinkless.tdlib.TdApi.AuthorizationStateWaitPassword
-
- Enclosing class:
- TdApi
public static class TdApi.AuthorizationStateWaitPassword extends TdApi.AuthorizationState
The user has been authorized, but needs to enter a password to start using the application.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanhasRecoveryEmailAddressTrue, if a recovery email address has been set up.StringpasswordHintHint for the password; may be empty.StringrecoveryEmailAddressPatternPattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
-
Constructor Summary
Constructors Constructor Description AuthorizationStateWaitPassword()The user has been authorized, but needs to enter a password to start using the application.AuthorizationStateWaitPassword(String passwordHint, boolean hasRecoveryEmailAddress, String recoveryEmailAddressPattern)The user has been authorized, but needs to enter a password to start using the application.
-
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
-
passwordHint
public String passwordHint
Hint for the password; may be empty.
-
hasRecoveryEmailAddress
public boolean hasRecoveryEmailAddress
True, if a recovery email address has been set up.
-
recoveryEmailAddressPattern
public String recoveryEmailAddressPattern
Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuthorizationStateWaitPassword
public AuthorizationStateWaitPassword()
The user has been authorized, but needs to enter a password to start using the application.
-
AuthorizationStateWaitPassword
public AuthorizationStateWaitPassword(String passwordHint, boolean hasRecoveryEmailAddress, String recoveryEmailAddressPattern)
The user has been authorized, but needs to enter a password to start using the application.- Parameters:
passwordHint- Hint for the password; may be empty.hasRecoveryEmailAddress- True, if a recovery email address has been set up.recoveryEmailAddressPattern- Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-