Interface MessageTopicForum

Describes a topic of messages in a chat. Subtype of MessageTopic.

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

Properties

@type: "messageTopicForum"
forum_topic_id: number

Unique identifier of the forum topic; all messages in a non-forum supergroup chats belongs to the General topic.