Interface ChatEventVideoChatCreated

A video chat was created. Subtype of ChatEventAction.

interface ChatEventVideoChatCreated {
    @type: "chatEventVideoChatCreated";
    group_call_id: number;
}

Properties

Properties

@type: "chatEventVideoChatCreated"
group_call_id: number

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