public static class TdApi.AuthorizationStateWaitCode extends TdApi.AuthorizationState
TdApi.AuthorizationState.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.AuthenticationCodeInfo |
codeInfo
Information about the authorization code that was sent.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
AuthorizationStateWaitCode()
TDLib needs the user's authentication code to authorize.
|
AuthorizationStateWaitCode(TdApi.AuthenticationCodeInfo codeInfo)
TDLib needs the user's authentication code to authorize.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.AuthenticationCodeInfo codeInfo
public static final int CONSTRUCTOR
public AuthorizationStateWaitCode()
public AuthorizationStateWaitCode(TdApi.AuthenticationCodeInfo codeInfo)
codeInfo
- Information about the authorization code that was sent.public int getConstructor()
getConstructor
in class TdApi.AuthorizationState