Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Constructors

new
InputBotInlineMessageMediaContact_(params: { phone_number: string; first_name: string; last_name: string; vcard: string; reply_markup?: enums.ReplyMarkup; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
first_name: string
last_name: string
phone_number: string
optional
reply_markup: enums.ReplyMarkup
vcard: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc