class

Tourmaline::ForumTopicCreated

Inherits JSON::Serializable / Reference / Object

This object represents a service message about a new forum topic created in the chat.

Constructors

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

Instance methods

icon_color

Color of the topic icon in RGB format

Source
icon_color=(icon_color : Int32 | Int64)

Color of the topic icon in RGB format

Source
icon_custom_emoji_id

Optional. Unique identifier of the custom emoji shown as the topic icon

Source
icon_custom_emoji_id=(icon_custom_emoji_id : String | Nil)

Optional. Unique identifier of the custom emoji shown as the topic icon

Source
name

Name of the topic

Source
name=(name : String)

Name of the topic

Source