Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.190/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