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