Gift.get_auction_state()

async Gift.get_auction_state()[source]

Bound method get_auction_state of Gift.

Note

For regular gifts only.

Use as a shortcut for:

await client.get_gift_auction_state(
    auction_id=gift.id
)
Returns:

GiftAuctionState – The auction state of the gift.