Interface StartScheduledGroupCall

Starts a scheduled group call. Request type for Tdjson#startScheduledGroupCall.

interface StartScheduledGroupCall {
    @type: "startScheduledGroupCall";
    group_call_id: number;
}

Properties

Properties

@type: "startScheduledGroupCall"
group_call_id: number

Group call identifier.