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
subscriptionIf passed, will only return transactions related to this subscription ID
Get 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.