Interface GetVideoMessageAdvertisements

Returns advertisements to be shown while a video from a message is watched. Available only if messageProperties.can_get_video_advertisements. Request type for Tdjson#getVideoMessageAdvertisements.

interface GetVideoMessageAdvertisements {
    @type: "getVideoMessageAdvertisements";
    chat_id: number;
    message_id: number;
}

Properties

@type: "getVideoMessageAdvertisements"
chat_id: number

Identifier of the chat with the message.

message_id: number

Identifier of the message.