@telegram.ts/types 1.18.0 → 1.18.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegram.ts/types",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "Comprehensive Type Declarations for Telegram Bot API with telegramsjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -1,5 +1,5 @@
1
1
  import type { User } from "./manageTypes";
2
- import type { PaidMedia } from "./messageTypes";
2
+ import type { PaidMedia, Sticker } from "./messageTypes";
3
3
 
4
4
  /** This object represents a portion of the price for goods or services. */
5
5
  export interface LabeledPrice {