Skip to main content
Module

x/mtkruto/mod.ts>Client#setMyCommands

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.setMyCommands
import { Client } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

Set the bot's commands in the given scope and/or language. Bot-only.

Parameters

commands: BotCommand[]

The commands to set.

optional
params: SetMyCommandsParams