Interface IncreaseGiftAuctionBid

Increases a bid for an auction gift without changing gift text and receiver. Request type for Tdjson#increaseGiftAuctionBid.

interface IncreaseGiftAuctionBid {
    @type: "increaseGiftAuctionBid";
    gift_id: string;
    star_count: number;
}

Properties

@type: "increaseGiftAuctionBid"
gift_id: string

Identifier of the gift to put the bid on.

star_count: number

The number of Telegram Stars to put in the bid.