- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeUsernames
ChannelAdminLogEventActionChangeUsernames
---types--- channelAdminLogEventActionChangeUsernames#f04fb3a9 prev_value:Vector<string> new_value:Vector<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::ChannelAdminLogEventActionChangeUsernames(v) = result { ... }