class

Tourmaline::ForumTopic

Inherits JSON::Serializable / Reference / Object

This object represents a forum topic.

Constructors

new(message_thread_id : Int32 | Int64, 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
message_thread_id

Unique identifier of the forum topic

Source
message_thread_id=(message_thread_id : Int32 | Int64)

Unique identifier of the forum topic

Source
name

Name of the topic

Source
name=(name : String)

Name of the topic

Source