Skip to content

removeRecentlyFoundChat

Sahri Riza Umami edited this page Jun 23, 2018 · 1 revision

Removes a chat from the list of recently found chats.

removeRecentlyFoundChat(chat_id, callback, data)
Field Type Description
chat_id int53 Identifier of the chat to be removed.

Example

  • Removes chat 1234567890 from the list of recently found chats.

    removeRecentlyFoundChat(1234567890)

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally