Class: TD::Types::AutosaveSettingsScope::Chat
- Inherits:
-
TD::Types::AutosaveSettingsScope
- Object
- Dry::Struct
- Base
- TD::Types::AutosaveSettingsScope
- TD::Types::AutosaveSettingsScope::Chat
- Defined in:
- lib/tdlib/types/autosave_settings_scope/chat.rb
Overview
Autosave settings applied to a chat.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
5 6 7 |
# File 'lib/tdlib/types/autosave_settings_scope/chat.rb', line 5 def chat_id @chat_id end |