BroadcastRevenueBalances#
- class pyrogram.raw.types.BroadcastRevenueBalances#
Describes channel ad revenue balances ».
Constructor of
BroadcastRevenueBalances
.- Details:
Layer:
198
ID:
C3FF71E7
- Parameters:
current_balance (
int
64-bit
) – Amount of not-yet-withdrawn cryptocurrency.available_balance (
int
64-bit
) – Amount of withdrawable cryptocurrency, out of the currently available balance (available_balance <= current_balance).overall_revenue (
int
64-bit
) – Total amount of earned cryptocurrency.withdrawal_enabled (
bool
, optional) – If set, the available balance can be withdrawn ».