get_star_transactions¶
-
template<class Agent>
api_result<star_transactions_t, Agent&&> get_star_transactions(Agent &&agent, get_star_transactions_args_t args)¶
-
template<class Agent, class F>
void get_star_transactions(Agent &&agent, get_star_transactions_args_t args, F &&callback)¶ agentis any object satisfying agent concept.callbackis any callable object acceptingexpected<star_transactions_t>.Returns the bot’s Telegram Star transactions in chronological order. On success, returns a StarTransactions object.
-
struct get_star_transactions_args_t¶
Arguments that should be passed to
get_star_transactions().-
optional_t<integer_t> offset¶
Number of transactions to skip in the response
-
optional_t<integer_t> limit¶
The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.
-
optional_t<integer_t> offset¶