Raw.stats.GetBroadcastRevenueTransactions
Fetch channel ad revenue transaction history.
stats.getBroadcastRevenueTransactions#70990b6d peer:InputPeer offset:int limit:int = stats.BroadcastRevenueTransactions;
export namespace Raw {
export namespace stats {
export class GetBroadcastRevenueTransactions {
constructor(params: { peer: Raw.TypeInputPeer; offset: number; limit: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0x70990b6d
Property
peer
: Raw.TypeInputPeerGet ad revenue transactions for the specified channel or bot
offset
: numberOffset for pagination
limit
: numberMaximum number of results to return, see pagination