{ "meta": {}, "group": { "title": "Payments", "anchor": "payments" }, "object": { "anchor": "getstartransactions", "name": "getStarTransactions", "description": "Returns the bot's Telegram Star transactions in chronological order. On success, returns a StarTransactions object.", "html_description": "

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

", "rst_description": "Returns the bot's Telegram Star transactions in chronological order. On success, returns a :class:`aiogram.types.star_transactions.StarTransactions` object.", "annotations": [ { "type": "Integer", "required": false, "description": "Number of transactions to skip in the response", "html_description": "Number of transactions to skip in the response", "rst_description": "Number of transactions to skip in the response\n", "name": "offset" }, { "type": "Integer", "required": false, "description": "The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.", "html_description": "The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.", "rst_description": "The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.\n", "name": "limit" } ], "category": "methods" } }