Interface ForumTopicIcon

Describes a forum topic icon.

interface ForumTopicIcon {
    @type: "forumTopicIcon";
    color: number;
    custom_emoji_id: string;
}

Properties

@type: "forumTopicIcon"
color: number

Color of the topic icon in RGB format.

custom_emoji_id: string

Unique identifier of the custom emoji shown on the topic icon; 0 if none.