Interface GetVideoChatStreams

Returns information about available video chat streams. Request type for Tdjson#getVideoChatStreams.

interface GetVideoChatStreams {
    @type: "getVideoChatStreams";
    group_call_id: number;
}

Properties

Properties

@type: "getVideoChatStreams"
group_call_id: number

Group call identifier.