StarsRevenueStatus#

class pyrogram.raw.types.StarsRevenueStatus#

Describes Telegram Star revenue balances ».

Constructor of StarsRevenueStatus.

Details:
  • Layer: 187

  • ID: 79342946

Parameters:
  • current_balance (int 64-bit) – Amount of not-yet-withdrawn Telegram Stars.

  • available_balance (int 64-bit) – Amount of withdrawable Telegram Stars.

  • overall_revenue (int 64-bit) – Total amount of earned Telegram Stars.

  • withdrawal_enabled (bool, optional) – If set, the user may withdraw up to available_balance stars.

  • next_withdrawal_at (int 32-bit, optional) – Unixtime indicating when will withdrawal be available to the user. If not set, withdrawal can be started now.