- API ›
- Constructors ›
- ChannelAdminLogEventActionChangeEmojiStickerSet
ChannelAdminLogEventActionChangeEmojiStickerSet
---types--- channelAdminLogEventActionChangeEmojiStickerSet#46d840ab prev_stickerset:InputStickerSet new_stickerset:InputStickerSet = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionChangeEmojiStickerSet(v) = result { ... }
Parameters
| prev_stickerset | InputStickerSet | required |
| new_stickerset | InputStickerSet | required |