Skip to main content
Module

x/mtkruto/mod.ts>types.MessageEntityPre

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

Constructors

new
MessageEntityPre(params: { offset: number; length: number; language: string; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc