Skip to main content
Module

x/mtkruto/mod.ts>types.ReplyKeyboardMarkup

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

Constructors

new
ReplyKeyboardMarkup(params: { resize?: true; singleUse?: true; selective?: true; persistent?: true; rows: Array<TypeKeyboardButtonRow>; placeholder?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
persistent: true
optional
placeholder: string
optional
resize: true
optional
selective: true
optional
singleUse: true

Static Properties

readonly
[paramDesc]: ParamDesc