InputInvoiceStarGiftAuctionBid#
- class pyrogram.raw.types.InputInvoiceStarGiftAuctionBid#
Used to place a bid in a collectible gift auction.
Constructor of
InputInvoice.- Details:
Layer:
225ID:
1ECAFA10
- Parameters:
gift_id (
int64-bit) – Identifier of the gift, from starGift.idbid_amount (
int64-bit) – Total amount of the bid in Telegram Stars.hide_name (
bool, optional) – If set, your name will be hidden if the destination peer decides to display the gift on their profile (they will still see that you sent the gift). Must not be set when updating an existing bid, as the value cannot be changed for existing bids.update_bid (
bool, optional) – Must be set when increasing an already existing bid.peer (
InputPeer, optional) – Identifier of the user or channel (only if channelFull.stargifts_available is set) that will receive the gift.message (
TextWithEntities, optional) – Optional message that will be attached with the gift if we end up winning this round: the maximum length for this field is specified in the stargifts_message_length_max client configuration value ». Must not be set when updating an existing bid, as the value cannot be changed for existing bids.