- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeHistoryTtl
ChannelAdminLogEventActionChangeHistoryTtl
---types--- channelAdminLogEventActionChangeHistoryTTL#6e941a38 prev_value:int new_value:int = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionChangeHistoryTtl(v) = result { ... }