channels.channelParticipants

channels.channelParticipants#9ab0feaf count:int participants:Vector<ChannelParticipant> chats:Vector<Chat> users:Vector<User> = channels.ChannelParticipants;

Parameters

NameTypeDescription
count int Total number of records, not the size of this page.
participants Vector<ChannelParticipant>
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.
users Vector<User> Users referenced by the response — the client should put them in its cache.

Type

channels.ChannelParticipants

Related pages

Types used here