- API ›
- Constructors ›
- StickerPack
StickerPack
---types--- stickerPack#12b299d4 emoticon:string documents:Vector<long> = StickerPack
Belongs to
| StickerPack |
In Rust this constructor is a variant of the enums::StickerPack enum.
Match on it with: if let enums::StickerPack::StickerPack(v) = result { ... }