Raw.stats.GetBroadcastRevenueWithdrawalUrl
Withdraw funds from a channel’s ad revenue balance.
stats.getBroadcastRevenueWithdrawalUrl#2a65ef73 channel:InputChannel password:InputCheckPasswordSRP = stats.BroadcastRevenueWithdrawalUrl;
export namespace Raw {
export namespace stats {
export class GetBroadcastRevenueWithdrawalUrl {
constructor(params: {
channel: Raw.TypeInputChannel;
password: Raw.TypeInputCheckPasswordSRP;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x2a65ef73
Property
channel
: Raw.TypeInputChannelThe channel
password
: Raw.TypeInputCheckPasswordSRP2fa password, see here for more info.