phone.GroupParticipants#
- class pyrogram.raw.types.phone.GroupParticipants#
Info about the participants of a group call or livestream.
Constructor of
GroupParticipants.- Details:
Layer:
158ID:
F47751B6
- Parameters:
count (
int32-bit) – Number of participants.participants (List of
GroupCallParticipant) – List of participants.next_offset (
str) – If not empty, the specified list of participants is partial, and more participants can be fetched specifying this parameter as offset in phone.getGroupParticipants.chats (List of
Chat) – Mentioned chats.users (List of
User) – Mentioned users.version (
int32-bit) – Version info.
- Functions:
This object can be returned by 1 function.
Get group call participants.