@grammyjs/types 3.4.3 → 3.4.4

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/message.d.ts +1 -1
  2. package/package.json +1 -1
package/message.d.ts CHANGED
@@ -991,7 +991,7 @@ export interface ReactionTypeCustomEmoji {
991
991
  /** Type of the reaction, always “custom_emoji” */
992
992
  type: "custom_emoji";
993
993
  /** Custom emoji identifier */
994
- custom_emoji: string;
994
+ custom_emoji_id: string;
995
995
  }
996
996
  /** Represents a reaction added to a message along with the number of times it was added. */
997
997
  export interface ReactionCount {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grammyjs/types",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "Telegram Bot API type declarations for grammY",
5
5
  "main": "mod.js",
6
6
  "repository": {