channels.ChannelParticipants#

class pyrogram.raw.types.channels.ChannelParticipants#

Represents multiple channel participants.

Constructor of ChannelParticipants.

Details:
  • Layer: 158

  • ID: 9AB0FEAF

Parameters:
  • count (int 32-bit) – Total number of participants that correspond to the given query.

  • participants (List of ChannelParticipant) – Participants.

  • chats (List of Chat) – Mentioned chats.

  • users (List of User) – Users mentioned in participant info.

Functions:

This object can be returned by 1 function.

channels.GetParticipants

Get the participants of a supergroup/channel.