Raw.stats.GetBroadcastRevenueTransactions

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.TypeInputPeer

    Get ad revenue transactions for the specified channel or bot

  • offset : number

    Offset for pagination

  • limit : number

    Maximum number of results to return, see pagination

Results

Raw.stats.TypeBroadcastRevenueTransactions