class

Tourmaline::ForumTopicEdited

Inherits JSON::Serializable / Reference / Object

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

Constructors

new(name : String | Nil = nil, icon_custom_emoji_id : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

icon_custom_emoji_id

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

Source
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

Source
name

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

Source
name=(name : String | Nil)

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

Source