phone.GetGroupParticipants
- class pyrogram.raw.functions.phone.GetGroupParticipants
Get group call participants
- Details:
Layer:
194
ID:
C558D8AB
- Parameters:
call (
InputGroupCall
) – Group callids (List of
InputPeer
) – If specified, will fetch group participant info about the specified peerssources (List of
int
32-bit
) – If specified, will fetch group participant info about the specified WebRTC source IDsoffset (
str
) – 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
32-bit
) – Maximum number of results to return, see pagination
- Returns: