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
Go to Latest
interface ReplyQuote
import { type ReplyQuote } from "https://deno.land/x/mtkruto@0.1.157/types/1_reply_quote.ts";

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

Properties

offset: number
text: string
entities: MessageEntity[]