Interface GetForumTopicLink

Returns an HTTPS link to a topic in a forum chat. This is an offline request. Request type for Tdjson#getForumTopicLink.

interface GetForumTopicLink {
    @type: "getForumTopicLink";
    chat_id: number;
    message_thread_id: number;
}

Properties

@type: "getForumTopicLink"
chat_id: number

Identifier of the chat.

message_thread_id: number

Message thread identifier of the forum topic.