Package org.drinkless.tdlib
Class TdApi.AuthorizationStateWaitCode
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.AuthorizationState
-
- org.drinkless.tdlib.TdApi.AuthorizationStateWaitCode
-
- Enclosing class:
- TdApi
public static class TdApi.AuthorizationStateWaitCode extends TdApi.AuthorizationState
TDLib needs the user's authentication code to authorize.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.AuthenticationCodeInfocodeInfoInformation about the authorization code that was sent.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description AuthorizationStateWaitCode()TDLib needs the user's authentication code to authorize.AuthorizationStateWaitCode(TdApi.AuthenticationCodeInfo codeInfo)TDLib needs the user's authentication code to authorize.
-
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
-
codeInfo
public TdApi.AuthenticationCodeInfo codeInfo
Information about the authorization code that was sent.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuthorizationStateWaitCode
public AuthorizationStateWaitCode()
TDLib needs the user's authentication code to authorize.
-
AuthorizationStateWaitCode
public AuthorizationStateWaitCode(TdApi.AuthenticationCodeInfo codeInfo)
TDLib needs the user's authentication code to authorize.- Parameters:
codeInfo- Information about the authorization code that was sent.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-