Skip to main content
Module

x/mtkruto/mod.ts>types.BotCommandScopePeerUser

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.BotCommandScopePeerUser
extends _TypeBotCommandScope
import { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { BotCommandScopePeerUser } = types;

Constructors

new
BotCommandScopePeerUser(params: { peer: TypeInputPeer; userId: TypeInputUser; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
peer: TypeInputPeer
userId: TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc