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_resolvePhone_

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

Resolve a phone number to get user info, if their privacy settings allow it.

Constructors

new
contacts_resolvePhone_(params: { phone: string; })

Properties

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

Phone number in international format, possibly obtained from a phone number deep link.

Static Properties

__F: (params: { phone: string; }) => enums.contacts.ResolvedPeer
readonly
[name]: string
readonly
[paramDesc]: ParamDesc