Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/tl/2_types.ts>MessageEntityPhone_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessageEntityPhone_
import { MessageEntityPhone_ } from "https://deno.land/x/mtkruto@0.1.157/tl/2_types.ts";

Message entity representing a phone number.

Constructors

new
MessageEntityPhone_(params: { offset: number; length: number; })

Properties

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

Length of message entity within message (in UTF-16 code units)

offset: number

Offset of message entity within message (in UTF-16 code units)

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc