Skip to content

sendChatScreenshotTakenNotification

Sahri Riza Umami edited this page Jun 23, 2018 · 5 revisions

Sends a notification about a screenshot taken in a chat.
Supported only in private and secret chats.

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

Example

  • Sends notification about screenshot taken in a chat 697402367.

    sendChatScreenshotTakenNotification(697402367)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally