Layer 224
constructor

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

ReportResult

Gogram Example

// Creating ReportResultAddComment constructor
obj := &tg.ReportResultAddComment{
    Option: []byte{0x01, 0x02, 0x03},

    // Optional fields:
    // Optional: true,
}