Interface GetGroupCallParticipants

Returns information about participants of a non-joined group call that is not bound to a chat. Request type for Tdjson#getGroupCallParticipants.

interface GetGroupCallParticipants {
    @type: "getGroupCallParticipants";
    input_group_call: InputGroupCall;
    limit: number;
}

Properties

@type: "getGroupCallParticipants"
input_group_call: InputGroupCall

The group call which participants will be returned.

limit: number

The maximum number of participants to return; must be positive.