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.
type tg.InputInvoiceBusinessBotTransferStars struct { /* ... */ }
Implements InputInvoice.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Bot | InputUserClass | yes | Always inputUserSelf. |
Stars | int64 | yes | The number of stars to transfer. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputInvoiceBusinessBotTransferStars#f4997e42