- API ›
- Constructors ›
- ChannelAdminLogEventActionChangePhoto
ChannelAdminLogEventActionChangePhoto
---types--- channelAdminLogEventActionChangePhoto#434bd2af prev_photo:Photo new_photo:Photo = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionChangePhoto(v) = result { ... }