- API ›
- Constructors ›
- ChannelAdminLogEventActionEditMessage
ChannelAdminLogEventActionEditMessage
---types--- channelAdminLogEventActionEditMessage#709b2405 prev_message:Message new_message:Message = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionEditMessage(v) = result { ... }