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.TypeInputChannelThe channel where the sponsored message can be seen.
randomId: BufferId of the sponsored message.
option: BufferChosen report option, initially an empty string, see here for more info on the full flow.