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