- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeTitle
ChannelAdminLogEventActionChangeTitle
---types--- channelAdminLogEventActionChangeTitle#e6dfb825 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::ChannelAdminLogEventActionChangeTitle(v) = result { ... }