static class |
TdApi.AuthorizationStateClosed |
TDLib client is in its final state.
|
static class |
TdApi.AuthorizationStateClosing |
TDLib is closing, all subsequent queries will be answered with the error 500.
|
static class |
TdApi.AuthorizationStateLoggingOut |
The user is currently logging out.
|
static class |
TdApi.AuthorizationStateReady |
The user has been successfully authorized.
|
static class |
TdApi.AuthorizationStateWaitCode |
TDLib needs the user's authentication code to authorize.
|
static class |
TdApi.AuthorizationStateWaitEncryptionKey |
TDLib needs an encryption key to decrypt the local database.
|
static class |
TdApi.AuthorizationStateWaitOtherDeviceConfirmation |
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
|
static class |
TdApi.AuthorizationStateWaitPassword |
The user has been authorized, but needs to enter a password to start using the application.
|
static class |
TdApi.AuthorizationStateWaitPhoneNumber |
TDLib needs the user's phone number to authorize.
|
static class |
TdApi.AuthorizationStateWaitRegistration |
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.
|
static class |
TdApi.AuthorizationStateWaitTdlibParameters |
TDLib needs TdlibParameters for initialization.
|