Skip to main content
Module

x/mtkruto/mod.ts>ReplyQuote

Cross-runtime JavaScript library for building Telegram clients
Latest
interface ReplyQuote
Re-export
import { type ReplyQuote } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

A reference to a specific part of a message that is being replied to.

Properties

offset: number

The byte offset of the quoted text.

text: string

The quoted text.

entities: MessageEntity[]

The entities of the quoted text.