Layer 228
PaymentsStarGiftActiveAuctionsObj
Describes all currently active gift auctions where the user has placed a bid.
constructor
payments.starGiftActiveAuctions#aef6abbc auctions:Vector<StarGiftActiveAuctionState> users:Vector<User> chats:Vector<Chat> = payments.StarGiftActiveAuctions;
Parameters
| Name | Type | Description |
|---|---|---|
| Auctions | Vector<StarGiftActiveAuctionState> | Auctions where the user has placed a bid |
| Users | Vector<User> | Mentioned users |
| Chats | Vector<Chat> | Mentioned chats |
Returns
payments.StarGiftActiveAuctionsGogram Example
// Creating PaymentsStarGiftActiveAuctionsObj constructor obj := &tg.PaymentsStarGiftActiveAuctionsObj{ Auctions: []tg.StarGiftActiveAuctionState{&tg.StarGiftActiveAuctionStateObj{}}, Users: []tg.User{&tg.UserObj{}}, Chats: []tg.Chat{&tg.ChatObj{}}, }