Raw.stats.GetBroadcastRevenueTransactions
Fetch channel ad revenue transaction history.
stats.getBroadcastRevenueTransactions#69280f channel:InputChannel offset:int limit:int = stats.BroadcastRevenueTransactions;
export namespace Raw {
export namespace stats {
export class GetBroadcastRevenueTransactions {
constructor(params: { channel: Raw.TypeInputChannel; offset: number; limit: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x69280f
Property
channel
: Raw.TypeInputChannelThe channel
offset
: numberOffset for pagination
limit
: numberMaximum number of results to return, see pagination