- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeLinkedChat
ChannelAdminLogEventActionChangeLinkedChat
---types--- channelAdminLogEventActionChangeLinkedChat#050c7ac8 prev_value:long new_value:long = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionChangeLinkedChat(v) = result { ... }