Interface MessageTopicForum

A topic in a forum supergroup chat or a chat with a bot. Subtype of MessageTopic.

interface MessageTopicForum {
    @type: "messageTopicForum";
    forum_topic_id: number;
}

Properties

@type: "messageTopicForum"
forum_topic_id: number

Unique identifier of the forum topic.