- API ›
- Constructors ›
- ChannelParticipantSelf
ChannelParticipantSelf
---types--- channelParticipantSelf#a9478a1a via_request:flags.0?true user_id:long inviter_id:long date:int subscription_until_date:flags.1?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::ChannelParticipantSelf(v) = result { ... }