Class TdApi.AuthorizationStateClosed

  • Enclosing class:
    TdApi

    public static 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 should create a new instance of the TDLib client.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Field Detail

      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthorizationStateClosed

        public AuthorizationStateClosed()
        Default constructor.