Layer 227
PaymentsStarGiftAuctionAcquiredGiftsObj
Describes all the gifts that the current user won in an auction.
constructor
payments.starGiftAuctionAcquiredGifts#7d5bd1f0 gifts:Vector<StarGiftAuctionAcquiredGift> users:Vector<User> chats:Vector<Chat> = payments.StarGiftAuctionAcquiredGifts;
Parameters
| Name | Type | Description |
|---|---|---|
| Gifts | Vector < StarGiftAuctionAcquiredGift > | The gifts |
| Users | Vector < User > | Mentioned users |
| Chats | Vector < Chat > | Mentioned chats |
Gogram Example
// Creating PaymentsStarGiftAuctionAcquiredGiftsObj constructor obj := &tg.PaymentsStarGiftAuctionAcquiredGiftsObj{ Gifts: &tg.VectorStarGiftAuctionAcquiredGift{}, Users: &tg.VectorUser{}, Chats: &tg.VectorChat{}, }