method Api.prototype.setChatMenuButtonimport { Api } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; setChatMenuButton(other?: Other<R, "setChatMenuButton">, signal?: AbortSignal)Use this method to change the bot's menu button in a private chat, or the default menu button. Returns True on success. Parametersoptionalother: Other<R, "setChatMenuButton">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#setchatmenubutton