teleproto - v1.229.0
    Preparing search index...

    Interface InputInvoiceStarGiftAuctionBidIn

    interface InputInvoiceStarGiftAuctionBidIn {
        _: "inputInvoiceStarGiftAuctionBid";
        bidAmount: BigInteger;
        giftId: BigInteger;
        hideName?: boolean;
        message?: TextWithEntitiesIn;
        peer?: TypeInputPeerIn;
        updateBid?: boolean;
    }
    Index
    _: "inputInvoiceStarGiftAuctionBid"
    bidAmount: BigInteger
    giftId: BigInteger
    hideName?: boolean
    updateBid?: boolean