Interface AddRecentlyFoundChat

Adds a chat to the list of recently found chats. The chat is added to the beginning of the list. If the chat is already in the list, it will be removed from the list first. Request type for Tdjson#addRecentlyFoundChat.

interface AddRecentlyFoundChat {
    @type: "addRecentlyFoundChat";
    chat_id: number;
}

Properties

Properties

@type: "addRecentlyFoundChat"
chat_id: number

Identifier of the chat to add.