ChannelParticipant

---types---
channels.channelParticipant#dfb80317 participant:ChannelParticipant chats:Vector<Chat> users:Vector<User> = channels.ChannelParticipant

Belongs to

channels.ChannelParticipant

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

Parameters

participantChannelParticipantrequired
chatsVector<Chat>required
usersVector<User>required