Class: TD::Types::Update::ChatViewAsTopics
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatViewAsTopics
- Defined in:
- lib/tdlib/types/update/chat_view_as_topics.rb
Overview
A chat default appearance has changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#view_as_topics ⇒ Boolean
New value of view_as_topics.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_view_as_topics.rb', line 6 def chat_id @chat_id end |
#view_as_topics ⇒ Boolean
New value of view_as_topics.
6 7 8 |
# File 'lib/tdlib/types/update/chat_view_as_topics.rb', line 6 def view_as_topics @view_as_topics end |