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>InputMediaContact_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputMediaContact_
extends _InputMedia_
import { InputMediaContact_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Phone book contact

Constructors

new
InputMediaContact_(params: { phone_number: string; first_name: string; last_name: string; vcard: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
first_name: string

Contact's first name

last_name: string

Contact's last name

phone_number: string

Phone number

vcard: string

Contact vcard

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc