Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>bots_resetBotCommands_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class bots_resetBotCommands_
extends Function_<boolean>
import { bots_resetBotCommands_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Clear bot commands for the specified bot scope and language code

Constructors

new
bots_resetBotCommands_(params: { scope: enums.BotCommandScope; lang_code: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
lang_code: string

Language code

scope: enums.BotCommandScope

Command scope

Static Properties

__F: (params: { scope: enums.BotCommandScope; lang_code: string; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc