Interface MessageVideoChatStarted

A newly created video chat. Subtype of MessageContent.

interface MessageVideoChatStarted {
    @type: "messageVideoChatStarted";
    group_call_id: number;
}

Properties

Properties

@type: "messageVideoChatStarted"
group_call_id: number

Identifier of the video chat. The video chat can be received through the method getGroupCall.