Constructor: inputInvoiceBusinessBotTransferStars
Transfer stars from the balance of a user account connected to a business bot, to the balance of the business bot, see here » for more info on the full flow.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| bot | Username, chat ID, Update, Message or InputUser | Optional | Always inputUserSelf. |
| stars | long | Yes | The number of stars to transfer. |
Type: InputInvoice
Example:
$inputInvoiceBusinessBotTransferStars = ['_' => 'inputInvoiceBusinessBotTransferStars', 'bot' => InputUser, 'stars' => long];