Module tdlight.api

Class TdApi.AuthorizationStateReady

Enclosing class:
TdApi

public static final class TdApi.AuthorizationStateReady extends TdApi.AuthorizationState
The user has been successfully authorized. TDLib is now ready to answer general requests.
  • Field Details

  • Constructor Details

    • AuthorizationStateReady

      public AuthorizationStateReady()
      The user has been successfully authorized. TDLib is now ready to answer general requests.
    • AuthorizationStateReady

      public AuthorizationStateReady(DataInput input) throws IOException
      The user has been successfully authorized. TDLib is now ready to answer general requests.
      Throws:
      IOException
  • Method Details