Interface SetPinnedChats

Changes the order of pinned chats. Request type for Tdjson#setPinnedChats.

interface SetPinnedChats {
    @type: "setPinnedChats";
    chat_ids: number[];
    chat_list: ChatList;
}

Properties

@type: "setPinnedChats"
chat_ids: number[]

The new list of pinned chats.

chat_list: ChatList

Chat list in which to change the order of pinned chats.