Interface GetForumTopic

Returns information about a topic in a forum supergroup chat or a chat with a bot with topics. Request type for Tdjson#getForumTopic.

interface GetForumTopic {
    @type: "getForumTopic";
    chat_id: number;
    forum_topic_id: number;
}

Properties

@type: "getForumTopic"
chat_id: number

Identifier of the chat.

forum_topic_id: number

Forum topic identifier.