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

x/mtkruto/types/1_reply_quote.ts>ReplyQuote

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