Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/tl/2_types.ts>KeyboardButtonRequestPeer

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class KeyboardButtonRequestPeer
extends _TypeKeyboardButton
import { KeyboardButtonRequestPeer } from "https://deno.land/x/mtkruto@0.1.101/tl/2_types.ts";

Constructors

new
KeyboardButtonRequestPeer(params: { text: string; buttonId: number; peerType: TypeRequestPeerType; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
buttonId: number
peerType: TypeRequestPeerType
text: string

Static Properties

readonly
[paramDesc]: ParamDesc