fetchAuction
open suspend fun fetchAuction( auctionId: Int, skipDetails: Boolean = false, fetchItems: Boolean = false, fetchOutfits: Boolean = false, fetchMounts: Boolean = false): TibiaResponse<Auction?>(source)
Fetch an auction from Tibia.com.
Parameters
auctionId
The ID of the auction to fetch.
skipDetails
Whether to only fetch the auction's header and skip details.
fetchItems
Whether to fetch items from further pages if necessary. Cannot be done if skipDetails is true.
fetchOutfits
Whether to fetch outfits from further pages if necessary. Cannot be done if skipDetails is true.
fetchMounts
Whether to fetch mounts from further pages if necessary. Cannot be done if skipDetails is true.