ChannelParticipants¶
-
class
pyrogram.raw.types.channels.
ChannelParticipants
¶ Represents multiple channel participants.
Constructor type of
ChannelParticipants
.- Details
Layer:
126
ID:
0x9ab0feaf
- Parameters
count (
int
32-bit
) – Total number of participants that correspond to the given query.participants (List of
ChannelParticipant
) – Participants.chats (List of
Chat
) – Telegram API parameter.users (List of
User
) – Users mentioned in participant info.
- Methods
This object can be returned by 1 method:
Get the participants of a supergroup/channel.