Layer 227
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.VectorStarGiftActiveAuctionState{}, Users: &tg.VectorUser{}, Chats: &tg.VectorChat{}, }