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