Interface RemoveRecentlyFoundChat

Removes a chat from the list of recently found chats. Request type for Tdjson#removeRecentlyFoundChat.

interface RemoveRecentlyFoundChat {
    @type: "removeRecentlyFoundChat";
    chat_id: number;
}

Properties

Properties

@type: "removeRecentlyFoundChat"
chat_id: number

Identifier of the chat to be removed.