payments.getStarGiftActiveAuctions
Fetches all currently active gift auctions where the user has placed a bid.
func (c *Client) PaymentsGetStarGiftActiveAuctions(ctx context.Context, hash int64) (PaymentsStarGiftActiveAuctionsClass, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.PaymentsGetStarGiftActiveAuctions(ctx, hash)
if err != nil {
return err
}
_ = res // PaymentsStarGiftActiveAuctionsClass
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
Hash | int64 | yes | Hash generated as specified here » |
Returns
PaymentsStarGiftActiveAuctionsClass
References
- Official documentation
- Generated Go reference
- TL definition:
payments.getStarGiftActiveAuctions#a5d0514d