UserAuctionBid¶
Describes a bid of the current user in an auction
UserAuctionBid(
star_count: int53,
bid_date: int32,
next_bid_star_count: int53,
owner_id: MessageSender,
was_returned: Bool
) → UserAuctionBid
star_count¶
int53
The number of Telegram Stars that were put in the bid
bid_date¶
int32
Point in time (Unix timestamp) when the bid was made
next_bid_star_count¶
int53
The minimum number of Telegram Stars that can be put for the next bid
owner_id¶
Identifier of the user or the chat that will receive the auctioned item. If the auction is opened in context of another user or chat, then a warning is supposed to be shown to the current user
was_returned¶
Bool
True, if the bid was returned to the user, because it was outbid and can't win anymore