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) – Message ID to reply to

Returns:

Message

Example

await app.send_screenshot_notification(chat_id, ...)