phone.GetGroupCall¶
- class pyrogram.raw.functions.phone.GetGroupCall[source]¶
Get info about a group call and its participants.
Usable by Users Bots- Details:
Layer:
229ID:
41845DB
- Parameters:
call (
InputGroupCall) – Group call of any type to fetchlimit (
int32-bit) – Maximum number of participants to return in this call (0 to return a server-defined amount). If the number of returned participants is less than groupCall.participants_count, paginate through the remaining participants using phone.getGroupParticipants, passing tooffsetthe phone.groupCall.participants_next_offsetreturned by this call. This parameter behaves in a different way compared to thelimitof phone.getGroupParticipants, see here » for more info.
- Returns: