Uses of Class
org.drinkless.tdlib.TdApi.AuthorizationState
Packages that use TdApi.AuthorizationState
-
Uses of TdApi.AuthorizationState in org.drinkless.tdlib
Subclasses of TdApi.AuthorizationState in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
TDLib client is in its final state.static class
TDLib is closing, all subsequent queries will be answered with the error 500.static class
The user is currently logging out.static class
The user has been successfully authorized.static class
TDLib needs the user's authentication code to authorize.static class
TDLib needs the user's email address to authorize.static class
TDLib needs the user's authentication code sent to an email address to authorize.static class
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.static class
The user has been authorized, but needs to enter a 2-step verification password to start using the application.static class
TDLib needs the user's phone number to authorize.static class
The user must buy Telegram Premium as an in-store purchase to log in.static class
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.static class
Initialization parameters are needed.Fields in org.drinkless.tdlib declared as TdApi.AuthorizationStateModifier and TypeFieldDescriptionTdApi.UpdateAuthorizationState.authorizationState
New authorization state.Constructors in org.drinkless.tdlib with parameters of type TdApi.AuthorizationStateModifierConstructorDescriptionUpdateAuthorizationState
(TdApi.AuthorizationState authorizationState) The user authorization state has changed.