Skip to main content
Module

x/mtkruto/mod.ts>Client#setMyCommands

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.setMyCommands
import { Client } from "https://deno.land/x/mtkruto@0.1.117/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