Interface ToggleGroupCallIsMyVideoPaused

Toggles whether current user's video is paused. Request type for Tdjson#toggleGroupCallIsMyVideoPaused.

interface ToggleGroupCallIsMyVideoPaused {
    @type: "toggleGroupCallIsMyVideoPaused";
    group_call_id: number;
    is_my_video_paused?: boolean;
}

Properties

@type: "toggleGroupCallIsMyVideoPaused"
group_call_id: number

Group call identifier.

is_my_video_paused?: boolean

Pass true if the current user's video is paused.