import { Api } from "https://dotland.deno.dev/x/grammy@v1.12.4/mod.ts";
Use this method to change the list of the bot's commands. See https://core.telegram.org/bots#commands for more details about bot commands. Returns True on success.
Parameters
A list of bot commands to be set as the list of the bot's commands. At most 100 commands can be specified.
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#setmycommands