import { type Message } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.web.ts";
const { CommonMessage } = Message;
Properties
For messages forwarded from channels or from anonymous administrators, information about the original sender chat
For forwarded messages that were originally sent in channels or by an anonymous chat administrator, signature of the message sender if present
Sender's name for messages forwarded from users who disallow adding a link to their account in forwarded messages
True, if the message is a channel post that was automatically forwarded to the connected discussion group
For replies, 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.
Signature of the post author for messages in channels, or the custom title of an anonymous group administrator
Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons.