peyk.platforms.telegram.methods.get_star_transactions¶
- async peyk.platforms.telegram.methods.get_star_transactions(self, *, offset: int | None = None, limit: int | None = None) object¶
Returns the bot’s Telegram Star transactions in chronological order. On success, returns a StarTransactions object.
- Parameters:
offset – Number of transactions to skip in the response
limit – The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.