Interface ChatEventVideoChatEnded

A video chat was ended. Subtype of ChatEventAction.

interface ChatEventVideoChatEnded {
    @type: "chatEventVideoChatEnded";
    group_call_id: number;
}

Properties

Properties

@type: "chatEventVideoChatEnded"
group_call_id: number

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