payments.StarsStatus#
- class pyrogram.raw.types.payments.StarsStatus#
Telegram API type.
Constructor of
StarsStatus.- Details:
Layer:
224ID:
6C9CE8ED
- Parameters:
balance (
StarsAmount) – N/Achats (List of
Chat) – N/Ausers (List of
User) – N/Asubscriptions (List of
StarsSubscription, optional) – N/Asubscriptions_next_offset (
str, optional) – N/Asubscriptions_missing_balance (
int64-bit, optional) – N/Ahistory (List of
StarsTransaction, optional) – N/Anext_offset (
str, optional) – N/A
- Functions:
This object can be returned by 4 functions.
Get the current Telegram Stars balance of the current account (with peer=`inputPeerSelf <https://corefork.telegram.org/constructor/inputPeerSelf>`__), or the stars balance of the bot or channel specified in peer.
Fetch Telegram Stars transactions.
Obtain info about Telegram Star transactions using specific transaction IDs.
Obtain a list of active, expired or cancelled Telegram Star subscriptions.