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