Constructor: channels.channelParticipants
Represents multiple channel participants
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Total number of participants that correspond to the given query |
participants | Array of ChannelParticipant | Yes | Participants |
chats | Array of Chat | Yes | Mentioned chats |
users | Array of User | Yes | Users mentioned in participant info |
Type: channels.ChannelParticipants
Example:
$channels_channelParticipants = ['_' => 'channels.channelParticipants', 'count' => int, 'participants' => [ChannelParticipant, ChannelParticipant], 'chats' => [Chat, Chat], 'users' => [User, User]];