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