getStarTransactions
inline fun getStarTransactions(offset: Int? = null, limit: Int? = null): GetStarTransactionsAction(source)
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.