Class: TD::Types::ChatEventAction::IsForumToggled
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::IsForumToggled
- Defined in:
- lib/tdlib/types/chat_event_action/is_forum_toggled.rb
Overview
The is_forum setting of a channel was toggled.
Instance Attribute Summary collapse
-
#is_forum ⇒ Boolean
New value of is_forum.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_forum ⇒ Boolean
New value of is_forum.
5 6 7 |
# File 'lib/tdlib/types/chat_event_action/is_forum_toggled.rb', line 5 def is_forum @is_forum end |