Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/4_message.ts>MessageText

Cross-runtime JavaScript library for building Telegram clients
Latest
interface MessageText
implements _MessageBase
import { type MessageText } from "https://deno.land/x/mtkruto@0.2.24/types/4_message.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.