phone.GroupParticipants#

class pyrogram.raw.types.phone.GroupParticipants#

Info about the participants of a group call or livestream.

Constructor of GroupParticipants.

Details:
  • Layer: 158

  • ID: F47751B6

Parameters:
  • count (int 32-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 (int 32-bit) – Version info.

Functions:

This object can be returned by 1 function.

phone.GetGroupParticipants

Get group call participants.