Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>contacts_getContactIDs_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class contacts_getContactIDs_
extends Function_<number[]>
import { contacts_getContactIDs_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get the telegram IDs of all contacts.
Returns an array of Telegram user IDs for all contacts (0 if a contact does not have an associated Telegram account or have hidden their account using privacy settings).

Constructors

new
contacts_getContactIDs_(params: { hash: bigint; })

Properties

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

Static Properties

__F: (params: { hash: bigint; }) => number[]
readonly
[name]: string
readonly
[paramDesc]: ParamDesc