Interface RemoveTopChat

Removes a chat from the list of frequently used chats. Supported only if the chat info database is enabled. Request type for Tdjson#removeTopChat.

interface RemoveTopChat {
    @type: "removeTopChat";
    category: TopChatCategory;
    chat_id: number;
}

Properties

@type: "removeTopChat"
category: TopChatCategory

Category of frequently used chats.

chat_id: number

Chat identifier.