tgscraper/README.md

11 lines
1011 B
Markdown
Raw Normal View History

2021-08-23 13:44:47 +02:00
# Telegram Bot API schema
List of available schemas:
| Type | Files |
|-------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
| [Custom](https://github.com/Sysbot-org/tgscraper/raw/master/docs/schema.json) | [JSON](schemas/botapi.json), [YAML](schemas/botapi.yaml) |
| [Postman](https://schema.getpostman.com/json/collection/v2.1.0/collection.json) | [JSON](schemas/botapi_postman.json) |
| [OpenAPI](https://github.com/OAI/OpenAPI-Specification/raw/main/schemas/v3.0/schema.json) | [JSON](schemas/botapi_openapi.json),[YAML](schemas/botapi_openapi.yaml) |
2021-08-23 13:44:47 +02:00
2023-08-23 16:05:39 +02:00
For a list of older versions, please have a look at [sys-001/telegram-bot-api-versions](https://botapi.sys001.xyz).