Module tdlight.api

Class TdApi.AuthorizationStateClosing

Enclosing class:
TdApi

public static final class TdApi.AuthorizationStateClosing extends TdApi.AuthorizationState
TDLib is closing, all subsequent queries will be answered with the error 500. Note that closing TDLib can take a while. All resources will be freed only after authorizationStateClosed has been received.
  • Field Details

  • Constructor Details

    • AuthorizationStateClosing

      public AuthorizationStateClosing()
      TDLib is closing, all subsequent queries will be answered with the error 500. Note that closing TDLib can take a while. All resources will be freed only after authorizationStateClosed has been received.
    • AuthorizationStateClosing

      public AuthorizationStateClosing(DataInput input) throws IOException
      TDLib is closing, all subsequent queries will be answered with the error 500. Note that closing TDLib can take a while. All resources will be freed only after authorizationStateClosed has been received.
      Throws:
      IOException
  • Method Details