Skip to main content
Module

x/mtkruto/mod.ts>functions.ContactsDeleteByPhones

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.ContactsDeleteByPhones
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.1.116/mod.ts";
const { ContactsDeleteByPhones } = functions;

Constructors

new
ContactsDeleteByPhones(params: { phones: Array<string>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
phones: Array<string>

Static Properties

readonly
[paramDesc]: ParamDesc