telegram-bot-api-types
Advanced tools
Comparing version 8.0.0 to 8.1.0
{ | ||
"name": "telegram-bot-api-types", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "Telegram Bot API types", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:TBXark/telegram-bot-api-types.git", |
@@ -5,3 +5,3 @@ # telegram-bot-api-types | ||
This is a `d.ts` and `jsdoc` file for Telegram Bot API. It is based on the official [Telegram Bot API](https://core.telegram.org/bots/api) documentation. | ||
This is a `d.ts` file for Telegram Bot API. It is based on the official [Telegram Bot API](https://core.telegram.org/bots/api) documentation. | ||
@@ -16,3 +16,2 @@ | ||
npm i telegram-bot-api-types --save-dev # d.ts for TypeScript | ||
npm i telegram-bot-api-jsdoc --save-dev # jsdoc for JavaScript | ||
``` | ||
@@ -75,12 +74,6 @@ | ||
You don't need to implement the methods one by one, you can use the `Proxy` object to create a client that automatically calls the methods. You can find the implementation of the `APIClientBase` class in the [`test`](test/dts.test.ts) folder. | ||
You don't need to implement the methods one by one, you can use the `Proxy` object to create a client that automatically calls the methods. You can find the implementation of the `APIClientBase` class in the [`test`](../../test/dts.test.ts) folder. | ||
If you want to use javascript, you can follow the example [`jsdoc.test.js`](test/jsdoc.test.js) | ||
## Thanks | ||
I refactored this project based on the [PaulSonOfLars/telegram-bot-api-spec](https://github.com/PaulSonOfLars/telegram-bot-api-spec) project, thanks to his work. | ||
## License | ||
**telegram-bot-api-types** is released under the MIT license. [See LICENSE](LICENSE) for details. |
Sorry, the diff of this file is too big to display
442010
7036
3
76