payments.GetStarsTransactions#
- class pyrogram.raw.functions.payments.GetStarsTransactions#
Fetch Telegram Stars transactions.
- Details:
Layer:
198
ID:
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 (
int
32-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).subscription_id (
str
, optional) – If set, fetches only transactions for the specified Telegram Star subscription ».
- Returns: