@grammyjs/types 2.7.0 → 2.7.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/package.json +1 -1
  2. package/proxied.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grammyjs/types",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Telegram Bot API type declarations for grammY",
5
5
  "main": "index.js",
6
6
  "repository": {
package/proxied.d.ts CHANGED
@@ -996,7 +996,7 @@ export interface InputFileProxy<F> {
996
996
  setChatMenuButton(args: {
997
997
  /** Unique identifier for the target private chat. If not specified, default bot's menu button will be changed */
998
998
  chat_id?: number;
999
- /** An object for the new bot's menu button. Defaults to MenuButtonDefault */
999
+ /** An object for the bot's new menu button. Defaults to MenuButtonDefault */
1000
1000
  menu_button?: MenuButton;
1001
1001
  }): true;
1002
1002