messages.SendScreenshotNotification¶
- class pyrogram.raw.functions.messages.SendScreenshotNotification[source]¶
Notify the other user in a private chat that a screenshot of the chat was taken
Usable by Users Bots- Details:
Layer:
229ID:
A1405817
- Parameters:
peer (
InputPeer) – Other userreply_to (
InputReplyTo) – Indicates the message that was screenshotted (the specified message ID can also be0to avoid indicating any specific message).random_id (
int64-bit) – Random ID to avoid message resending. See here » for more info on random ID deduplication and updateMessageID mapping.
- Returns: