Interface UpdateVideoPublished

An automatically scheduled message with video has been successfully sent after conversion. Subtype of Update.

interface UpdateVideoPublished {
    @type: "updateVideoPublished";
    chat_id: number;
    message_id: number;
}

Properties

@type: "updateVideoPublished"
chat_id: number

Identifier of the chat with the message.

message_id: number

Identifier of the sent message.