import { type Message } from "https://deno.land/x/grammy@v1.20.2/types.deno.ts";
const { CommonMessage } = Message;
Properties
Information about the original message for forwarded messages
True, if the message is a channel post that was automatically forwarded to the connected discussion group
For replies in the same chat and message thread, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.
Information about the message that is being replied to, which may come from another chat or forum topic
For replies that quote part of the original message, the quoted part of the message
Bot through which the message was sent
Signature of the post author for messages in channels, or the custom title of an anonymous group administrator
Options used for link preview generation for the message, if it is a text message and link preview options were changed
Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons.