Skip to main content
Module

x/mtkruto/mod.ts>types.BotInlineMessageMediaContact

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

Constructors

new
BotInlineMessageMediaContact(params: { phoneNumber: string; firstName: string; lastName: string; vcard: string; replyMarkup?: TypeReplyMarkup; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
firstName: string
lastName: string
phoneNumber: string
optional
replyMarkup: TypeReplyMarkup
vcard: string

Static Properties

readonly
[paramDesc]: ParamDesc