Skip to main content
Module

x/mtkruto/mod.ts>types.InputPhoneContact

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

Constructors

new
InputPhoneContact(params: { clientId: bigint; phone: string; firstName: string; lastName: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
clientId: bigint
firstName: string
lastName: string
phone: string

Static Properties

readonly
[paramDesc]: ParamDesc