- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeAbout
ChannelAdminLogEventActionChangeAbout
---types--- channelAdminLogEventActionChangeAbout#55188a2e 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::ChannelAdminLogEventActionChangeAbout(v) = result { ... }