Interface GetGroupCall

Returns information about a group call. Request type for Tdjson#getGroupCall.

interface GetGroupCall {
    @type: "getGroupCall";
    group_call_id: number;
}

Properties

Properties

@type: "getGroupCall"
group_call_id: number

Group call identifier.