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>BotCommandScopePeerUser_

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

The specified bot commands will be valid only for a specific user in the specified group or supergroup.

Constructors

new
BotCommandScopePeerUser_(params: { peer: enums.InputPeer; user_id: enums.InputUser; })

Properties

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

The chat

user_id: enums.InputUser

The user

Static Properties

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