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

x/mtkruto/mod.ts>MessageText

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface MessageText
implements _MessageBase
Re-export
import { type MessageText } from "https://deno.land/x/mtkruto@0.2.30/mod.ts";

A text message.

Properties

text: string

The text included in the message

entities: MessageEntity[]

Entities of the text

optional
linkPreview: LinkPreview

The message's link preview.