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

x/mtkruto/tl/2_types.ts>BotCommandScopePeer_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class BotCommandScopePeer_
import { BotCommandScopePeer_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

The specified bot commands will be valid only in a specific dialog.

Constructors

new
BotCommandScopePeer_(params: { peer: enums.InputPeer; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputPeer

The dialog

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc