Class: TD::Types::MessageContent::ForumTopicEdited
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ForumTopicEdited
- Defined in:
- lib/tdlib/types/message_content/forum_topic_edited.rb
Overview
A forum topic has been edited.
Instance Attribute Summary collapse
-
#edit_icon_custom_emoji_id ⇒ Boolean
True, if icon’s custom_emoji_id is changed.
-
#icon_custom_emoji_id ⇒ Integer
New unique identifier of the custom emoji shown on the topic icon; 0 if none.
-
#name ⇒ TD::Types::String
If non-empty, the new name of the topic.
Method Summary
Methods inherited from Base
Instance Attribute Details
#edit_icon_custom_emoji_id ⇒ Boolean
True, if icon’s custom_emoji_id is changed.
8 9 10 |
# File 'lib/tdlib/types/message_content/forum_topic_edited.rb', line 8 def edit_icon_custom_emoji_id @edit_icon_custom_emoji_id end |
#icon_custom_emoji_id ⇒ Integer
New unique identifier of the custom emoji shown on the topic icon; 0 if none. Must be ignored if edit_icon_custom_emoji_id is false.
8 9 10 |
# File 'lib/tdlib/types/message_content/forum_topic_edited.rb', line 8 def icon_custom_emoji_id @icon_custom_emoji_id end |
#name ⇒ TD::Types::String
If non-empty, the new name of the topic.
8 9 10 |
# File 'lib/tdlib/types/message_content/forum_topic_edited.rb', line 8 def name @name end |