@effect-ak/tg-bot-api 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.d.ts +465 -129
  2. package/package.json +1 -1
  3. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-ak/tg-bot-api",
3
- "version": "1.5.1",
3
+ "version": "1.6.0",
4
4
  "type": "module",
5
5
  "description": "TypeScript types for Telegram Bot Api and Telegram Mini Apps",
6
6
  "license": "MIT",
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @effect-ak/tg-bot-api
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/%40effect-ak%2Ftg-bot-api)](https://www.npmjs.com/package/@effect-ak/tg-bot-api)
4
- ![Telegram Bot API](https://img.shields.io/badge/BotApi-9.6-blue)
4
+ ![Telegram Bot API](https://img.shields.io/badge/BotApi-10.0-blue)
5
5
  ![Telegram WebApp](https://img.shields.io/badge/Telegram.WebApp-9.5-orange)
6
6
 
7
7
  Complete TypeScript types for Telegram Bot API and Mini Apps, auto-generated from official documentation.