- API ›
- Constructors ›
- Payments ›
- ResaleStarGifts
ResaleStarGifts
---types--- payments.resaleStarGifts#947a12df count:int gifts:Vector<StarGift> next_offset:flags.0?string attributes:flags.1?Vector<StarGiftAttribute> attributes_hash:flags.1?long chats:Vector<Chat> counters:flags.2?Vector<StarGiftAttributeCounter> users:Vector<User> = payments.ResaleStarGifts
Belongs to
| payments.ResaleStarGifts |
In Rust this constructor is a variant of the enums::payments.ResaleStarGifts enum.
Match on it with: if let enums::payments.ResaleStarGifts::ResaleStarGifts(v) = result { ... }