Skip to main content
Module

x/mtkruto/mod.ts>types.MessageEntityCode

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc