mezon-js 2.12.53 → 2.12.54
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/api.gen.ts +1 -1
- package/dist/mezon-js.cjs.js +1 -1
- package/dist/mezon-js.esm.mjs +1 -1
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -10911,7 +10911,7 @@ export class MezonApi {
|
|
10911
10911
|
const urlPath = "/v2/quickmenuaccess";
|
10912
10912
|
const queryParams = new Map<string, any>();
|
10913
10913
|
queryParams.set("id", id);
|
10914
|
-
queryParams.set("
|
10914
|
+
queryParams.set("bot_id", botId);
|
10915
10915
|
queryParams.set("menu_name", menuName);
|
10916
10916
|
queryParams.set("background", background);
|
10917
10917
|
queryParams.set("action_msg", actionMsg);
|
package/dist/mezon-js.cjs.js
CHANGED
@@ -6666,7 +6666,7 @@ var MezonApi = class {
|
|
6666
6666
|
const urlPath = "/v2/quickmenuaccess";
|
6667
6667
|
const queryParams = /* @__PURE__ */ new Map();
|
6668
6668
|
queryParams.set("id", id);
|
6669
|
-
queryParams.set("
|
6669
|
+
queryParams.set("bot_id", botId);
|
6670
6670
|
queryParams.set("menu_name", menuName);
|
6671
6671
|
queryParams.set("background", background);
|
6672
6672
|
queryParams.set("action_msg", actionMsg);
|
package/dist/mezon-js.esm.mjs
CHANGED
@@ -6632,7 +6632,7 @@ var MezonApi = class {
|
|
6632
6632
|
const urlPath = "/v2/quickmenuaccess";
|
6633
6633
|
const queryParams = /* @__PURE__ */ new Map();
|
6634
6634
|
queryParams.set("id", id);
|
6635
|
-
queryParams.set("
|
6635
|
+
queryParams.set("bot_id", botId);
|
6636
6636
|
queryParams.set("menu_name", menuName);
|
6637
6637
|
queryParams.set("background", background);
|
6638
6638
|
queryParams.set("action_msg", actionMsg);
|