stats.BroadcastRevenueStats#

class pyrogram.raw.types.stats.BroadcastRevenueStats#

Channel revenue ad statistics, see here » for more info.

Constructor of BroadcastRevenueStats.

Details:
  • Layer: 187

  • ID: 5407E297

Parameters:
  • top_hours_graph (StatsGraph) – Ad impressions graph

  • revenue_graph (StatsGraph) – Ad revenue graph (in the smallest unit of the cryptocurrency in which revenue is calculated)

  • balances (BroadcastRevenueBalances) – Current balance, current withdrawable balance and overall revenue

  • usd_rate (float 64-bit) – Current conversion rate of the cryptocurrency (not in the smallest unit) in which revenue is calculated to USD

Functions:

This object can be returned by 1 function.

stats.GetBroadcastRevenueStats

Get channel ad revenue statistics ».