load_group_call_participants


Description:

public async Ok load_group_call_participants (int32 group_call_id, int32 limit) throws TDLibError

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

Parameters:

group_call_id

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

limit

The maximum number of participants to load; up to 100