Class: TD::Types::ChatEventAction::ForumTopicDeleted
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::ForumTopicDeleted
- Defined in:
- lib/tdlib/types/chat_event_action/forum_topic_deleted.rb
Overview
A forum topic was deleted.
Instance Attribute Summary collapse
-
#topic_info ⇒ TD::Types::ForumTopicInfo
Information about the topic.
Method Summary
Methods inherited from Base
Instance Attribute Details
#topic_info ⇒ TD::Types::ForumTopicInfo
Information about the topic.
5 6 7 |
# File 'lib/tdlib/types/chat_event_action/forum_topic_deleted.rb', line 5 def topic_info @topic_info end |