Peer ID
Optional
params: {Additional parameters
Optional
direction?: "incoming" | "outgoing"If passed, only transactions of this direction will be returned
Optional
limit?: numberPagination limit
Optional
offset?: stringPagination offset
Optional
sort?: "asc" | "desc"Direction to sort transactions date by (default: desc)
Optional
subscriptionId?: stringIf passed, will only return transactions related to this subscription ID
Optional
chunkSize?: numberNumber of boosters to fetch per request Usually you don't need to change this
Optional
limit?: numberTotal number of boosters to fetch
Iterate over Telegram Stars transactions for a given peer.
You can either pass
self
to get your own transactions, or a chat/bot ID to get transactions of that peer.Wrapper over getStarsTransactions