2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 12:57:38 +00:00

docs: update @types install note (#999)

This commit is contained in:
SerKo 2022-08-24 22:11:22 +08:00 committed by GitHub
parent fe4afd6533
commit 22d99fd91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ npm i node-telegram-bot-api
> ✍️ **Note:** If you use Typescript you can install this package that contains type definitions for this library
>```sh
>npm install --save @types/node-telegram-bot-api
>npm install --save-dev @types/node-telegram-bot-api
>```
## 🚀 Usage