payments.StarsStatus

class pyrogram.raw.types.payments.StarsStatus

Telegram API type.

Constructor of StarsStatus.

Details:
  • Layer: 187

  • ID: BBFA316C

Parameters:
  • balance (int 64-bit) – N/A

  • chats (List of Chat) – N/A

  • users (List of User) – N/A

  • subscriptions (List of StarsSubscription, optional) – N/A

  • subscriptions_next_offset (str, optional) – N/A

  • subscriptions_missing_balance (int 64-bit, optional) – N/A

  • history (List of StarsTransaction, optional) – N/A

  • next_offset (str, optional) – N/A

Functions:

This object can be returned by 4 functions.

payments.GetStarsStatus

Telegram API function.

payments.GetStarsTransactions

Telegram API function.

payments.GetStarsTransactionsByID

Telegram API function.

payments.GetStarsSubscriptions

Telegram API function.