Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.BotsGetBotCommands

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

Constructors

new
BotsGetBotCommands(params: { scope: types.TypeBotCommandScope; langCode: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
langCode: string
scope: types.TypeBotCommandScope

Static Properties

readonly
[paramDesc]: ParamDesc