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

x/mtkruto/mod.ts>ReplyQuote

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ReplyQuote
Re-export
import { type ReplyQuote } from "https://deno.land/x/mtkruto@0.2.24/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.