class Tourmaline::ForumTopicEdited
- Tourmaline::ForumTopicEdited
- Reference
- Object
Overview
This object represents a service message about an edited forum topic.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, icon_custom_emoji_id : String | Nil = nil)
Instance Method Summary
-
#icon_custom_emoji_id : String | Nil
Optional.
-
#icon_custom_emoji_id=(icon_custom_emoji_id : String | Nil)
Optional.
-
#name : String | Nil
Optional.
-
#name=(name : String | Nil)
Optional.
Constructor Detail
Instance Method Detail
def icon_custom_emoji_id : String | Nil
#
Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed
def icon_custom_emoji_id=(icon_custom_emoji_id : String | Nil)
#
Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed