getStarTransactions

inline fun getStarTransactions(offset: Int? = null, limit: Int? = null): GetStarTransactionsAction

Returns the bot's Telegram Star transactions in chronological order. On success, returns a StarTransactions object.

Api reference

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.