SendScreenshotNotification¶
-
class
pyrogram.api.functions.messages.
SendScreenshotNotification
(peer, reply_to_msg_id: int, random_id: int)¶ -
ID
¶ 0xc97df020
Parameters: - peer – Either
InputPeerEmpty
,InputPeerSelf
,InputPeerChat
,InputPeerUser
orInputPeerChannel
- reply_to_msg_id –
int
32-bit
- random_id –
int
64-bit
Raises: Returns: Either
UpdatesTooLong
,UpdateShortMessage
,UpdateShortChatMessage
,UpdateShort
,UpdatesCombined
,Update
orUpdateShortSentMessage
-