Skip to main content
Module

x/mtkruto/mod.ts>types.SavedPhoneContact

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

Constructors

new
SavedPhoneContact(params: { phone: string; firstName: string; lastName: string; date: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
date: number
firstName: string
lastName: string
phone: string

Static Properties

readonly
[paramDesc]: ParamDesc