New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

telegram-bot-api-types

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-bot-api-types - npm Package Compare versions

Comparing version 8.0.0 to 8.1.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc