send_screenshot_notification()

async Client.send_screenshot_notification()

Notify the other user that you took a screenshot.

Usable by Users Bots
Parameters:
  • reply_to_message_id (int, *optional*) – Message ID to reply to

  • chat_id (int | str) – Unique identifier (int) or username (str) of the target chat.

Returns:

Message

Example

await app.send_screenshot_notification(chat_id, ...)