Interface GetGroupCallStreams

Returns information about available group call streams. Request type for Tdjson#getGroupCallStreams.

interface GetGroupCallStreams {
    @type: "getGroupCallStreams";
    group_call_id: number;
}

Properties

Properties

@type: "getGroupCallStreams"
group_call_id: number

Group call identifier.