Interface GetForumTopicLink

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

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

Properties

@type: "getForumTopicLink"
chat_id: number

Identifier of the chat.

forum_topic_id: number

Forum topic identifier.