phone.GroupParticipants

class pyrogram.raw.types.phone.GroupParticipants

Telegram API type.

Constructor of GroupParticipants.

Details:
  • Layer: 187

  • ID: F47751B6

Parameters:
  • count (int 32-bit) – N/A

  • participants (List of GroupCallParticipant) – N/A

  • next_offset (str) – N/A

  • chats (List of Chat) – N/A

  • users (List of User) – N/A

  • version (int 32-bit) – N/A

Functions:

This object can be returned by 1 function.

phone.GetGroupParticipants

Telegram API function.