Skip to main content
Module

x/mtkruto/mod.ts>types.InputKeyboardButtonUserProfile

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

Constructors

new
InputKeyboardButtonUserProfile(params: { text: string; userId: TypeInputUser; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
text: string
userId: TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc