Class: TD::Types::MessageContent::ForumTopicIsClosedToggled
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ForumTopicIsClosedToggled
- Defined in:
- lib/tdlib/types/message_content/forum_topic_is_closed_toggled.rb
Overview
A forum topic has been closed or opened.
Instance Attribute Summary collapse
-
#is_closed ⇒ Boolean
True, if the topic was closed; otherwise, the topic was reopened.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_closed ⇒ Boolean
True, if the topic was closed; otherwise, the topic was reopened.
5 6 7 |
# File 'lib/tdlib/types/message_content/forum_topic_is_closed_toggled.rb', line 5 def is_closed @is_closed end |