LoadGroupCallParticipants constructor

LoadGroupCallParticipants(
  1. {required int group_call_id,
  2. required int limit,
  3. int? extra,
  4. int? clientId}
)

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

Returns Ok

Implementation

LoadGroupCallParticipants