- API ›
- Constructors ›
- StarGiftCollection
StarGiftCollection
---types--- starGiftCollection#9d6b13b0 collection_id:int title:string icon:flags.0?Document gifts_count:int hash:long = StarGiftCollection
Belongs to
| StarGiftCollection |
In Rust this constructor is a variant of the enums::StarGiftCollection enum.
Match on it with: if let enums::StarGiftCollection::StarGiftCollection(v) = result { ... }