@tgify/types 9.4.0 → 9.4.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Types for the Telegram Bot API
2
2
 
3
- [![Bot API Version](https://img.shields.io/badge/Bot%20API-v9.2-f36caf.svg?style=flat-square&logo=Telegram&labelColor=white&color=blue)](https://core.telegram.org/bots/api) [![NPM version](https://img.shields.io/npm/v/@tgify/types?style=flat-square&logo=npm&labelColor=fff&color=c53635)](https://npmjs.com/package/@tgify/types)
3
+ [![Bot API Version](https://img.shields.io/badge/Bot%20API-v9.4-f36caf.svg?style=flat-square&logo=Telegram&labelColor=white&color=blue)](https://core.telegram.org/bots/api) [![NPM version](https://img.shields.io/npm/v/@tgify/types?style=flat-square&logo=npm&labelColor=fff&color=c53635)](https://npmjs.com/package/@tgify/types)
4
4
 
5
5
  This is a fork of the @telegraf/types library. This project will continue updating the Telegram Bot API types, but now for @tgify/tgify. This project provides TypeScript types for the entire [Telegram Bot API](https://core.telegram.org/bots/api).
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tgify/types",
3
3
  "private": false,
4
- "version": "9.4.0",
4
+ "version": "9.4.1",
5
5
  "description": "Type declarations for the Telegram API",
6
6
  "main": "index.js",
7
7
  "repository": {