Sha256: 05c622b8f6371f270b26cdd9fc55539d8be864f877f4d99af1588ef900628c58

Contents?: true

Size: 371 Bytes

Versions: 6

Compression:

Stored size: 371 Bytes

Contents

module TD::Types
  # 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.
  class AuthorizationState::Closed < AuthorizationState
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/authorization_state/closed.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/authorization_state/closed.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/authorization_state/closed.rb
tdlib-ruby-2.2.0 lib/tdlib/types/authorization_state/closed.rb
tdlib-ruby-2.1.0 lib/tdlib/types/authorization_state/closed.rb
tdlib-ruby-2.0.0 lib/tdlib/types/authorization_state/closed.rb