Class: TD::Types::ChatEventAction::ForumTopicCreated
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::ForumTopicCreated
- Defined in:
- lib/tdlib/types/chat_event_action/forum_topic_created.rb
Overview
A new forum topic was created.
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_created.rb', line 5 def topic_info @topic_info end |