inputStarsTransaction
Used to fetch info about a Telegram Star transaction ».
type tg.InputStarsTransaction struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Refund | bool | — | If set, fetches info about the refund transaction for this transaction. |
ID | string | yes | Transaction ID. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputStarsTransaction#206ae6d1