Skip to content

payments.getStarsRevenueWithdrawalUrl

Layer 225

Constructor ID: 0x2433dc92
Returns: StarsRevenueWithdrawalURL

Parameters

NameTypeDescription
tonbool (flags.0, optional)
peerInputPeer
amountint64 (flags.1, optional)
passwordInputCheckPasswordSRP

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)

Released under the Apache-2.0 License.