payments.GetStarsTransactions
- class pyrogram.raw.functions.payments.GetStarsTransactions
Fetch Telegram Stars transactions.
- Details:
Layer:
222ID:
69DA4557
- Parameters:
peer (
InputPeer) – Fetch the transaction history of the peer (inputPeerSelf or a bot we own).offset (
str) – Offset for pagination, obtained from the returned next_offset, initially an empty string ».limit (
int32-bit) – Maximum number of results to return, see paginationinbound (
bool, optional) – If set, fetches only incoming transactions.outbound (
bool, optional) – If set, fetches only outgoing transactions.ascending (
bool, optional) – Return transactions in ascending order by date (instead of descending order by date).ton (
bool, optional) – If set, returns the channel/ad revenue transactions in nanotons, instead.subscription_id (
str, optional) – If set, fetches only transactions for the specified Telegram Star subscription ».
- Returns: