ChatParticipants#

class pyrogram.raw.types.ChatParticipants#

Group members.

Constructor of ChatParticipants.

Details:
  • Layer: 158

  • ID: 3CBC93F8

Parameters:
  • chat_id (int 64-bit) – Group identifier.

  • participants (List of ChatParticipant) – List of group members.

  • version (int 32-bit) – Group version number.