Represents multiple channel participants
channels.channelParticipants#9ab0feaf count:int participants:Vector<ChannelParticipant> chats:Vector<Chat> users:Vector<User> = channels.ChannelParticipants;
| Name | Type | Description |
|---|---|---|
| count | int | Total number of participants that correspond to the given query |
| participants | Vector<ChannelParticipant> | Participants |
| chats | Vector<Chat> | Mentioned chats |
| users | Vector<User> | Users mentioned in participant info |