Interface UpdateChatVideoChat

A chat video chat state has changed. Subtype of Update.

interface UpdateChatVideoChat {
    @type: "updateChatVideoChat";
    chat_id: number;
    video_chat: VideoChat;
}

Properties

@type: "updateChatVideoChat"
chat_id: number

Chat identifier.

video_chat: VideoChat

New value of video_chat.