diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7f8ac3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.idea/ +/vendor/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..921a3d9 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Telegram Bot API schema + +List of available schemas: + +| Type | Files | +|--------|------------------------------------------------------------------------| +| Custom | [JSON](schemas/botapi.json), [YAML](schemas/botapi.yaml) | +| Postman| [JSON](schemas/botapi_postman.json) | +| OpenAPI| [JSON](schemas/botapi_openapi.json),[YAML](schemas/botapi_openapi.yaml)| + + +For a list of older versions, please have a look at [sys001/telegram-bot-api-versions](https://botapi.sys001.ml). \ No newline at end of file