Interface SetPinnedForumTopics

Changes the order of pinned forum topics; requires can_manage_topics right in the supergroup. Request type for Tdjson#setPinnedForumTopics.

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

Properties

@type: "setPinnedForumTopics"
chat_id: number

Chat identifier.

message_thread_ids: number[]

The new list of pinned forum topics.