telegram api constructor · layer 229 · #9ab0feaf
channels.channelParticipants
Represents multiple channel participants
definition
channels.channelParticipants#9ab0feaf count:int participants:Vector<ChannelParticipant> chats:Vector<Chat> users:Vector<User> = channels.ChannelParticipants;
parameters
| 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 |
type
channels.ChannelParticipants · other constructors: channels.channelParticipantsNotModified
history
present in layers 46–229 · constructor id changed 1×
| id | layers |
|---|---|
| #f56ee2a8 | 46–125 |
| #9ab0feaf | 126–229 |