ReportResultAddComment
- class pyrogram.raw.types.ReportResultAddComment
The user should enter an additional comment for the moderators, and then messages.report must be re-invoked, passing the comment to messages.report.message.
Constructor of
ReportResult.- Details:
Layer:
223ID:
6F09AC31
- Parameters:
option (
bytes) – The messages.report method must be re-invoked, passing this option to optionoptional (
bool, optional) – Whether this step can be skipped by the user, passing an empty message to messages.report, or if a non-empty message is mandatory.
- Functions:
This object can be returned by 2 functions.
Report a message in a chat for violation of telegram's Terms of Service
Report a story.
TL Schema
reportResultAddComment#6f09ac31
flags:#
optional:flags.0?true
option:bytes
= ReportResult
Parameter Tree
ReportResultAddComment
├── optional →
true (optional)└── option →
bytesExample
ReportResultAddComment(
option=b"data",
)