Skip to main content
Module

x/mtkruto/mod.ts>tl.types.ReplyInlineMarkup

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

Constructors

new
ReplyInlineMarkup(params: { rows: Array<TypeKeyboardButtonRow>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
rows: Array<TypeKeyboardButtonRow>

Static Properties

readonly
[paramDesc]: ParamDesc