Interface MessageForumTopicCreated

A forum topic has been created. Subtype of MessageContent.

interface MessageForumTopicCreated {
    @type: "messageForumTopicCreated";
    icon: ForumTopicIcon;
    name: string;
}

Properties

Properties

@type: "messageForumTopicCreated"

Icon of the topic.

name: string

Name of the topic.