ChannelParticipants

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

Belongs to

channels.ChannelParticipants

In Rust this constructor is a variant of the enums::channels.ChannelParticipants enum.
Match on it with: if let enums::channels.ChannelParticipants::ChannelParticipants(v) = result { ... }

Parameters

countintrequired
participantsVector<ChannelParticipant>required
chatsVector<Chat>required
usersVector<User>required