Raw.channels.ReportSponsoredMessage

Raw.channels.ReportSponsoredMessage

Report a sponsored message, see here for more info on the full flow.

channels.reportSponsoredMessage#af8ff6b9 channel:InputChannel random_id:bytes option:bytes = channels.SponsoredMessageReportResult;
export namespace Raw {
  export namespace channels {
    export class ReportSponsoredMessage {
      constructor(params: { channel: Raw.TypeInputChannel; randomId: Buffer; option: Buffer }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xaf8ff6b9

Property

  • channel : Raw.TypeInputChannel

    The channel where the sponsored message can be seen.

  • randomId : Buffer

    Id of the sponsored message.

  • option : Buffer

    Chosen report option, initially an empty string, see here for more info on the full flow.

Results

Raw.channels.TypeSponsoredMessageReportResult