Constructor: inputStarsTransaction
Used to fetch info about a Telegram Star transaction ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| refund | Bool | Optional | If set, fetches info about the refund transaction for this transaction. |
| id | string | Yes | Transaction ID. |
Type: InputStarsTransaction
Example:
$inputStarsTransaction = ['_' => 'inputStarsTransaction', 'refund' => Bool, 'id' => 'string'];