@telegram.ts/types 1.14.1 → 1.14.2

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.14.1",
3
+ "version": "1.14.2",
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",
@@ -1428,7 +1428,7 @@ export interface ReactionTypeCustomEmoji {
1428
1428
  /** Type of the reaction, always “custom_emoji” */
1429
1429
  type: "custom_emoji";
1430
1430
  /** Custom emoji identifier */
1431
- custom_emoji: string;
1431
+ custom_emoji_id: string;
1432
1432
  }
1433
1433
 
1434
1434
  /** The reaction is paid. */