Skip to main content
Module

x/mtkruto/mod.ts>types.MessageMediaContact

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

Constructors

new
MessageMediaContact(params: { phoneNumber: string; firstName: string; lastName: string; vcard: string; userId: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
firstName: string
lastName: string
phoneNumber: string
userId: bigint
vcard: string

Static Properties

readonly
[paramDesc]: ParamDesc