tg-bot-api icon indicating copy to clipboard operation
tg-bot-api copied to clipboard

Telegram Bot API parser and generators

Results 6 tg-bot-api issues
Sort by recently updated
recently updated
newest added

The new Telegram Bot API 7.2 objects do not exist in the schema, but other objects reference them ![image](https://github.com/ark0f/tg-bot-api/assets/57632712/888aee45-b1c3-4ecf-a207-776ba6d22eff) ![image](https://github.com/ark0f/tg-bot-api/assets/57632712/20bab067-3ced-422b-a845-db98304cecfb)

``` { "name": "getStarTransactions", "description": "Returns the bot's Telegram Star transactions in chronological order. On success, returns a [StarTransactions](https://core.telegram.org/bots/api/#startransactions) object.", "arguments": [ { "name": "offset", "description": "Number of transactions to...

![Image](https://github.com/user-attachments/assets/82ebd8e1-1402-4ed3-a110-b1c549932971) ![Image](https://github.com/user-attachments/assets/a50197e9-644c-4741-b2c7-6e10d49341fe) What we should do in this case... oh telegram...

``` Running `target/debug/gh-pages-generator dev` Error: Parser: Integer parsing: invalid digit found in string Caused by: 0: Integer parsing: invalid digit found in string 1: invalid digit found in string ```...