Interface ForumTopicCreated

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

interface ForumTopicCreated {
    icon_color: number;
    icon_custom_emoji_id?: string;
    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

name: string

Name of the topic