StarsRevenueStatus#
- class pyrogram.raw.types.StarsRevenueStatus#
Describes Telegram Star revenue balances ».
Constructor of
StarsRevenueStatus
.- Details:
Layer:
198
ID:
FEBE5491
- Parameters:
current_balance (
StarsAmount
) – Amount of not-yet-withdrawn Telegram Stars.available_balance (
StarsAmount
) – Amount of withdrawable Telegram Stars.overall_revenue (
StarsAmount
) – 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.