payments.getStarsRevenueWithdrawalUrl
Layer 225
Constructor ID: 0x2433dc92
Returns: StarsRevenueWithdrawalURL
Parameters
| Name | Type | Description |
|---|---|---|
ton | bool (flags.0, optional) | |
peer | InputPeer | |
amount | int64 (flags.1, optional) | |
password | InputCheckPasswordSRP |
Example
go
result, err := client.Raw(&tg.GetStarsRevenueWithdrawalURLRequest{
ton: false,
peer: nil, // InputPeer
amount: 0,
password: nil, // InputCheckPasswordSRP
})
if err != nil {
panic(err)
}
print(result)