Crates.io | tg-bot-api |
lib.rs | tg-bot-api |
version | 0.6.0 |
source | src |
created_at | 2020-11-17 17:23:13.709386 |
updated_at | 2024-03-09 00:27:00.304028 |
description | Telegram Bot API parser |
homepage | |
repository | https://github.com/ark0f/tg-bot-api |
max_upload_size | |
id | 313345 |
size | 66,377 |
Telegram Bot API parser in Rust
Generated schemas can be found at ark0f.github.io/tg-bot-api
:
OpenAPI:
Custom schema thar more convenient to work with:
/custom_v2.json
/custom_v2.schema.json
- JSON Schema Draft #7
for /custom_v2.json
Documentation can be found at CUSTOM_SCHEMA.md.
.min.json
suffix can be used to fetch minimized JSON. For example: openapi.min.json
, custom_v2.min.json
, etc.
Schemas are deployed automatically every midnight at UTC+0 and when there is a new commit in tdlib/telegram-bot-api.
This is a note for old users.
Schema still remains and updates at old URLs as earlier:
See v2 changes for more details.