Class: TD::Types::Update::AutosaveSettings
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::AutosaveSettings
- Defined in:
- lib/tdlib/types/update/autosave_settings.rb
Overview
Autosave settings for some type of chats were updated.
Instance Attribute Summary collapse
-
#scope ⇒ TD::Types::AutosaveSettingsScope
Type of chats for which autosave settings were updated.
-
#settings ⇒ TD::Types::ScopeAutosaveSettings?
The new autosave settings; may be null if the settings are reset to default.
Method Summary
Methods inherited from Base
Instance Attribute Details
#scope ⇒ TD::Types::AutosaveSettingsScope
Type of chats for which autosave settings were updated.
7 8 9 |
# File 'lib/tdlib/types/update/autosave_settings.rb', line 7 def scope @scope end |
#settings ⇒ TD::Types::ScopeAutosaveSettings?
The new autosave settings; may be null if the settings are reset to default.
7 8 9 |
# File 'lib/tdlib/types/update/autosave_settings.rb', line 7 def settings @settings end |