Interface GetForumTopic

Returns information about a forum topic. Request type for Tdjson#getForumTopic.

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

Properties

@type: "getForumTopic"
chat_id: number

Identifier of the chat.

message_thread_id: number

Message thread identifier of the forum topic.