- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeUsername
ChannelAdminLogEventActionChangeUsername
---types--- channelAdminLogEventActionChangeUsername#6a4afc38 prev_value:string new_value: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::ChannelAdminLogEventActionChangeUsername(v) = result { ... }