@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.
- package/package.json +1 -1
- package/proxied.d.ts +1 -1
package/package.json
CHANGED
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
|
|
999
|
+
/** An object for the bot's new menu button. Defaults to MenuButtonDefault */
|
|
1000
1000
|
menu_button?: MenuButton;
|
|
1001
1001
|
}): true;
|
|
1002
1002
|
|