Sha256: 9d0722f517557839e86d66ece17155bb1bd18c3aa6f27431362dfe931684b355

Contents?: true

Size: 299 Bytes

Versions: 6

Compression:

Stored size: 299 Bytes

Contents

module TD::Types
  # 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.
  class AuthorizationState::Closing < 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/closing.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/authorization_state/closing.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/authorization_state/closing.rb
tdlib-ruby-2.2.0 lib/tdlib/types/authorization_state/closing.rb
tdlib-ruby-2.1.0 lib/tdlib/types/authorization_state/closing.rb
tdlib-ruby-2.0.0 lib/tdlib/types/authorization_state/closing.rb