Interface SetPinnedForumTopics

Changes the order of pinned topics in a forum supergroup chat or a chat with a bot with topics; requires can_manage_topics administrator right in the supergroup. Request type for Tdjson#setPinnedForumTopics.

interface SetPinnedForumTopics {
    @type: "setPinnedForumTopics";
    chat_id: number;
    forum_topic_ids: number[];
}

Properties

@type: "setPinnedForumTopics"
chat_id: number

Chat identifier.

forum_topic_ids: number[]

The new list of identifiers of the pinned forum topics.