Class: TD::Types::AutosaveSettingsException
- Defined in:
- lib/tdlib/types/autosave_settings_exception.rb
Overview
Contains autosave settings for a chat, which overrides default settings for the corresponding scope.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#settings ⇒ TD::Types::ScopeAutosaveSettings
Autosave settings for the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/autosave_settings_exception.rb', line 6 def chat_id @chat_id end |
#settings ⇒ TD::Types::ScopeAutosaveSettings
Autosave settings for the chat.
6 7 8 |
# File 'lib/tdlib/types/autosave_settings_exception.rb', line 6 def settings @settings end |