public static class TdApi.AuthorizationStateWaitCode extends TdApi.AuthorizationState
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object