Layer 220
InputStarsTransaction
Used to fetch info about a Telegram Star transaction.
constructor
inputStarsTransaction#206ae6d1 flags:# refund:flags.0?true id:string = InputStarsTransaction;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Refund | flags.0?true | If set, fetches info about the refund transaction for this transaction. |
| Id | string | Transaction ID. |
Returns
InputStarsTransactionGogram Example
// Creating InputStarsTransaction constructor obj := &tg.InputStarsTransaction{ Id: "...", // Optional fields: // Refund: true, }