Skip to content

class Tourmaline::ForumTopicEdited
inherits Reference #

This object represents a service message about an edited forum topic.

Included modules

JSON::Serializable

Constructors#

.new(pull : JSON::PullParser) #

View source

.new(name : String? = nil, icon_custom_emoji_id : String? = nil) #

View source

Methods#

#icon_custom_emoji_id : String? #

Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed

View source

#icon_custom_emoji_id=(icon_custom_emoji_id : String?) #

Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed

View source

#name : String? #

Optional. New name of the topic, if it was edited

View source

#name=(name : String?) #

Optional. New name of the topic, if it was edited

View source