Skip to content

readAllChatMentions

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

Marks all mentions in a chat as read.

readAllChatMentions(chat_id, callback, data)
Field Type Description
chat_id int53 Chat identifier.

Example

  • Marks all mentions in chat 1234567890 as read.

    readAllChatMentions(1234567890)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally