- API ›
- Constructors ›
- UpdateMoveStickerSetToTop
UpdateMoveStickerSetToTop
---types--- updateMoveStickerSetToTop#86fccf85 masks:flags.0?true emojis:flags.1?true stickerset:long = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateMoveStickerSetToTop(v) = result { ... }