phone.GetGroupParticipants¶
- class pyrogram.raw.functions.phone.GetGroupParticipants[source]¶
Get group call participants.
Usable by Users Bots- Details:
Layer:
229ID:
C558D8AB
- Parameters:
call (
InputGroupCall) – Group call whose participants should be fetchedids (List of
InputPeer) – If specified, will fetch group participant info about the specified peerssources (List of
int32-bit) – If specified, will fetch group participant info about the specified WebRTC source IDsoffset (
str) – Offset for results, taken from thenext_offsetfield of phone.groupParticipants or theparticipants_next_offsetfield of phone.groupCall, initially an empty string. Note: if no more results are available, the method call will return an emptynext_offset; thus, avoid providing thenext_offsetreturned in phone.groupParticipants if it is empty, to avoid an infinite loop.limit (
int32-bit) – Maximum number of results to return, see pagination
- Returns: