import { type TextQuote } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.web.ts";
This object contains information about the quoted part of a message that is replied to by the given message.
Properties
optional
entities: MessageEntity[]Special entities that appear in the quote. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are kept in quotes.