Skip to main content
Module

x/mtkruto/mod.ts>functions.BotsSetBotCommands

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.BotsSetBotCommands
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.0.990/mod.ts";
const { BotsSetBotCommands } = functions;

Constructors

new
BotsSetBotCommands(params: { scope: types.TypeBotCommandScope; langCode: string; commands: Array<types.TypeBotCommand>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
commands: Array<types.TypeBotCommand>
langCode: string

Static Properties

readonly
[paramDesc]: ParamDesc