Module tdlight.api

Class TdApi.AuthorizationStateClosed

Enclosing class:
TdApi

public static final class TdApi.AuthorizationStateClosed extends TdApi.AuthorizationState
TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to with error code 500. To continue working, one must create a new instance of the TDLib client.
  • Field Details

  • Constructor Details

    • AuthorizationStateClosed

      public AuthorizationStateClosed()
      TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to with error code 500. To continue working, one must create a new instance of the TDLib client.
    • AuthorizationStateClosed

      public AuthorizationStateClosed(DataInput input) throws IOException
      TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to with error code 500. To continue working, one must create a new instance of the TDLib client.
      Throws:
      IOException
  • Method Details