import { Api } from "https://deno.land/x/grammy@v1.31.0/mod.ts";
Use this method to change the list of the bot's commands. See https://core.telegram.org/bots/features#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 remaining parameters, confer the official reference below
optional
signal: AbortSignalOptional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#setmycommands