- API ›
- Constructors ›
- ChannelAdminLogEventActionParticipantEditRank
ChannelAdminLogEventActionParticipantEditRank
---types--- channelAdminLogEventActionParticipantEditRank#5806b4ec user_id:long prev_rank:string new_rank:string = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionParticipantEditRank(v) = result { ... }