Raw.BroadcastRevenueBalances

Raw.BroadcastRevenueBalances

Describes channel ad revenue balances.

broadcastRevenueBalances#8438f1c6 current_balance:long available_balance:long overall_revenue:long = BroadcastRevenueBalances;
export namespace Raw {
  export class BroadcastRevenueBalances {
    constructor(params: {
      currentBalance: bigint;
      availableBalance: bigint;
      overallRevenue: bigint;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x8438f1c6

Property

  • currentBalance : bigint

    Amount of not-yet-withdrawn cryptocurrency.

  • availableBalance : bigint

    Amount of withdrawable cryptocurrency, out of the currently available balance (availableBalance <= currentBalance).

  • overallRevenue : bigint

    Total amount of earned cryptocurrency.