- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeWallpaper
ChannelAdminLogEventActionChangeWallpaper
---types--- channelAdminLogEventActionChangeWallpaper#31bb5d52 prev_value:WallPaper new_value:WallPaper = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionChangeWallpaper(v) = result { ... }