Skip to main content
Module

x/mtkruto/mod.ts>functions.BotsSetBotMenuButton

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

Constructors

new
BotsSetBotMenuButton(params: { userId: types.TypeInputUser; button: types.TypeBotMenuButton; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
button: types.TypeBotMenuButton
userId: types.TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc