- API ›
- Constructors ›
- ChannelParticipant
ChannelParticipant
---types--- channelParticipant#1bd54456 user_id:long date:int subscription_until_date:flags.0?int rank:flags.2?string = ChannelParticipant
Belongs to
| ChannelParticipant |
In Rust this constructor is a variant of the enums::ChannelParticipant enum.
Match on it with: if let enums::ChannelParticipant::ChannelParticipant(v) = result { ... }