Skip to main content
Module

x/mtkruto/mod.ts>types.MessageEntityTextURL

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageEntityTextURL
import { types } from "https://deno.land/x/mtkruto@0.0.995/mod.ts";
const { MessageEntityTextURL } = types;

Constructors

new
MessageEntityTextURL(params: { offset: number; length: number; url: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
length: number
offset: number
url: string

Static Properties

readonly
[paramDesc]: ParamDesc