- API ›
- Constructors ›
- Channels ›
- ChannelParticipant
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
| participant | ChannelParticipant | required |
| chats | Vector<Chat> | required |
| users | Vector<User> | required |