Interface ChatEventForumTopicCreated

A new forum topic was created. Subtype of ChatEventAction.

interface ChatEventForumTopicCreated {
    @type: "chatEventForumTopicCreated";
    topic_info: ForumTopicInfo;
}

Properties

Properties

@type: "chatEventForumTopicCreated"
topic_info: ForumTopicInfo

Information about the topic.