Class: TD::Types::Update::ForumTopicInfo
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ForumTopicInfo
- Defined in:
- lib/tdlib/types/update/forum_topic_info.rb
Overview
Basic information about a topic in a forum chat was changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#info ⇒ TD::Types::ForumTopicInfo
New information about the topic.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/forum_topic_info.rb', line 6 def chat_id @chat_id end |
#info ⇒ TD::Types::ForumTopicInfo
New information about the topic.
6 7 8 |
# File 'lib/tdlib/types/update/forum_topic_info.rb', line 6 def info @info end |