Constructor: inputInvoiceStarGiftAuctionBid
Attributes:
| Name | Type | Required |
|---|---|---|
| hide_name | Bool | Optional |
| update_bid | Bool | Optional |
| peer | Username, chat ID, Update, Message or InputPeer | Optional |
| gift_id | long | Yes |
| bid_amount | long | Yes |
| message | TextWithEntities | Optional |
Type: InputInvoice
Example:
$inputInvoiceStarGiftAuctionBid = ['_' => 'inputInvoiceStarGiftAuctionBid', 'hide_name' => Bool, 'update_bid' => Bool, 'peer' => InputPeer, 'gift_id' => long, 'bid_amount' => long, 'message' => TextWithEntities];