Report¶
-
class
pyrogram.raw.functions.messages.
Report
¶ Report a message in a chat for violation of telegram’s Terms of Service.
- Details
Layer:
126
ID:
0x8953ab4e
- Parameters
peer (
InputPeer
) – Peer.id (List of
int
32-bit
) – IDs of messages to report.reason (
ReportReason
) – Why are these messages being reported.message (
str
) – Telegram API parameter.
- Returns
bool
– Primitive type.