Raw.messages.ReportSponsoredMessage
Report a sponsored message, see here for more info on the full flow.
messages.reportSponsoredMessage#12cbf0c4 random_id:bytes option:bytes = channels.SponsoredMessageReportResult;
export namespace Raw {
export namespace messages {
export class ReportSponsoredMessage {
constructor(params: { randomId: Buffer; option: Buffer }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0x12cbf0c4
Property
randomId
: BufferThe ad’s unique id.
option
: BufferChosen report option, initially an empty string, see here for more info on the full flow.