Class: TD::Types::MessageContent::ForumTopicCreated
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ForumTopicCreated
- Defined in:
- lib/tdlib/types/message_content/forum_topic_created.rb
Overview
A forum topic has been created.
Instance Attribute Summary collapse
-
#icon ⇒ TD::Types::ForumTopicIcon
Icon of the topic.
-
#name ⇒ TD::Types::String
Name of the topic.
Method Summary
Methods inherited from Base
Instance Attribute Details
#icon ⇒ TD::Types::ForumTopicIcon
Icon of the topic.
6 7 8 |
# File 'lib/tdlib/types/message_content/forum_topic_created.rb', line 6 def icon @icon end |
#name ⇒ TD::Types::String
Name of the topic.
6 7 8 |
# File 'lib/tdlib/types/message_content/forum_topic_created.rb', line 6 def name @name end |