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