channels.channelParticipants

Represents multiple channel participants

Constructor schema is available as of layer 126. Switch »

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

Go up