import { type ExternalReplyInfo } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.deno.ts";
This object contains information about a message that is being replied to, which may come from another chat or forum topic.
Properties
optional
chat: ChatChat the original message belongs to. Available only if the chat is a supergroup or a channel.
Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel.
optional
link_preview_options: LinkPreviewOptionsOptions used for link preview generation for the original message, if it is a text message
optional
invoice: InvoiceMessage is an invoice for a payment, information about the invoice. More about payments »