phone.GroupCall¶
- class pyrogram.raw.types.phone.GroupCall[source]¶
Contains group call information and an initial participant page, see getting info about a group call ».
Constructor of
GroupCall.- Details:
Layer:
229ID:
9E727AAD
- Parameters:
call (
GroupCall) – Info about the group callparticipants (List of
GroupCallParticipant) – A partial list of participants.participants_next_offset (
str) – Next offset to use when fetching the remaining participants using phone.getGroupParticipantschats (List of
Chat) – Chats mentioned in the participants vectorusers (List of
User) – Users mentioned in the participants vector
- Functions:
This object can be returned by 1 function.
Get info about a group call and its participants.