Skip to main content
Module

x/mtkruto/mod.ts>types.InputBotInlineMessageMediaContact

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

Constructors

new
InputBotInlineMessageMediaContact(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