Skip to content

loadGroupCallParticipants

Function · TDLib 1.8.67 · d1085f9c

Loads more participants of a group call; not supported in live stories. The loaded participants will be received through updates. Use the field groupCall.loaded_all_participants to check whether all participants have already been loaded

loadGroupCallParticipants(
  group_call_id: int32,
  limit: int32
) → Ok

group_call_id

int32

Group call identifier. The group call must be previously received through getGroupCall and must be joined or being joined

limit

int32

The maximum number of participants to load; up to 100