Raw.messages.ClickSponsoredMessage
Informs the server that the user has interacted with a sponsored message in one of the ways listed here.
messages.clickSponsoredMessage#8235057e flags:# media:flags.0?true fullscreen:flags.1?true random_id:bytes = Bool;
export namespace Raw {
export namespace messages {
export class ClickSponsoredMessage {
constructor(params: { media?: boolean; fullscreen?: boolean; randomId: Buffer }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0x8235057e
Property
media
: boolean or undefinedThe user clicked on the media
fullscreen
: boolean or undefinedThe user expanded the video to full screen, and then clicked on it.
randomId
: BufferThe ad’s unique id.