Get group call participants
Method schema is available as of layer 125. Switch ยป
Name | Type | Description |
---|---|---|
call | InputGroupCall | Group call |
ids | Vector<InputPeer> | If specified, will fetch group participant info about the specified peers |
sources | Vector<int> | If specified, will fetch group participant info about the specified WebRTC source IDs |
offset | string | Offset for results, taken from the next_offset field of phone.groupParticipants, initially an empty string. Note: if no more results are available, the method call will return an empty next_offset ; thus, avoid providing the next_offset returned in phone.groupParticipants if it is empty, to avoid an infinite loop. |
limit | int | Maximum number of results to return, see pagination |
Code | Type | Description |
---|---|---|
400 | GROUPCALL_INVALID | The specified group call is invalid. |
Info about the participants of a group call or livestream
How to fetch results from large lists of objects.