send_screenshot_notification()

Client.send_screenshot_notification()

Notify the other user in a private chat that a screenshot of the chat was taken.

Usable by Users Bots
Parameters:
  • chat_id (int | str) – Unique identifier (int) or username (str) of the target chat. For your personal cloud (Saved Messages) you can simply use “me” or “self”. For a contact that exists in your Telegram address book you can use his phone number (str).

  • reply_parameters (ReplyParameters, optional) – Describes reply parameters for the message that is being sent.

Returns:

Message – On success, the sent service message is returned.