payments.sendStarsForm
Layer 225
Constructor ID: 0x7998c914
Returns: PaymentResult
Parameters
| Name | Type | Description |
|---|---|---|
form_id | int64 | |
invoice | InputInvoice |
Example
go
result, err := client.Raw(&tg.SendStarsFormRequest{
form_id: 0,
invoice: nil, // InputInvoice
})
if err != nil {
panic(err)
}
print(result)