Interface StartScheduledVideoChat

Starts a scheduled video chat. Request type for Tdjson#startScheduledVideoChat.

interface StartScheduledVideoChat {
    @type: "startScheduledVideoChat";
    group_call_id: number;
}

Properties

Properties

@type: "startScheduledVideoChat"
group_call_id: number

Group call identifier of the video chat.