Class: TD::Types::ChatEventAction::ForumTopicToggleIsHidden
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::ForumTopicToggleIsHidden
- Defined in:
- lib/tdlib/types/chat_event_action/forum_topic_toggle_is_hidden.rb
Overview
The General forum topic was hidden or unhidden.
Instance Attribute Summary collapse
-
#topic_info ⇒ TD::Types::ForumTopicInfo
New information about the topic.
Method Summary
Methods inherited from Base
Instance Attribute Details
#topic_info ⇒ TD::Types::ForumTopicInfo
New information about the topic.
5 6 7 |
# File 'lib/tdlib/types/chat_event_action/forum_topic_toggle_is_hidden.rb', line 5 def topic_info @topic_info end |