Layer 227
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
reportResultAddComment#6f09ac31 flags:# optional:flags.0?true option:bytes = ReportResult;
Parameters
| Name | Type | Description |
|---|---|---|
| Optional | flags .0? true | Whether this step can be skipped by the user, passing an empty message to messages. report, or if a non-empty message is mandatory. |
| Option | bytes | The messages. report method must be re-invoked, passing this option to option |
Returns
ReportResultGogram Example
// Creating ReportResultAddComment constructor obj := &tg.ReportResultAddComment{ Optional: nil, Option: []byte{0x01, 0x02, 0x03}, }