- API ›
- Constructors ›
- Payments ›
- StarGifts
StarGifts
---types--- payments.starGifts#2ed82995 hash:int gifts:Vector<StarGift> chats:Vector<Chat> users:Vector<User> = payments.StarGifts
Belongs to
| payments.StarGifts |
In Rust this constructor is a variant of the enums::payments.StarGifts enum.
Match on it with: if let enums::payments.StarGifts::StarGifts(v) = result { ... }