- API ›
- Constructors ›
- ChannelAdminLogEventActionEditTopic
ChannelAdminLogEventActionEditTopic
---types--- channelAdminLogEventActionEditTopic#f06fe208 prev_topic:ForumTopic new_topic:ForumTopic = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionEditTopic(v) = result { ... }
Parameters
| prev_topic | ForumTopic | required |
| new_topic | ForumTopic | required |