- API ›
- Constructors ›
- UpdateStickerSetsOrder
UpdateStickerSetsOrder
---types--- updateStickerSetsOrder#0bb2d201 masks:flags.0?true emojis:flags.1?true order:Vector<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::UpdateStickerSetsOrder(v) = result { ... }