Interface ForumTopic

This object represents a forum topic.

interface ForumTopic {
    icon_color: number;
    icon_custom_emoji_id?: string;
    message_thread_id: number;
    name: string;
}

Properties

icon_color: number

Color of the topic icon in RGB format

icon_custom_emoji_id?: string

Unique identifier of the custom emoji shown as the topic icon

message_thread_id: number

Unique identifier of the forum topic

name: string

Name of the topic