- API ›
- Constructors ›
- Messages ›
- FoundStickers
FoundStickers
---types--- messages.foundStickers#82c9e290 next_offset:flags.0?int hash:long stickers:Vector<Document> = messages.FoundStickers
Belongs to
| messages.FoundStickers |
In Rust this constructor is a variant of the enums::messages.FoundStickers enum.
Match on it with: if let enums::messages.FoundStickers::FoundStickers(v) = result { ... }