- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeLocation
ChannelAdminLogEventActionChangeLocation
---types--- channelAdminLogEventActionChangeLocation#0e6b76ae prev_value:ChannelLocation new_value:ChannelLocation = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionChangeLocation(v) = result { ... }
Parameters
| prev_value | ChannelLocation | required |
| new_value | ChannelLocation | required |