interface ExternalReplyInfoimport { type ExternalReplyInfo } from "https://dotland.deno.dev/x/grammy@v1.20.0/types.web.ts"; This object contains information about a message that is being replied to, which may come from another chat or forum topic. Propertiesorigin: MessageOriginOrigin of the message replied to by the given message optionalchat: ChatChat the original message belongs to. Available only if the chat is a supergroup or a channel. optionalmessage_id: numberUnique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel. optionallink_preview_options: LinkPreviewOptionsOptions used for link preview generation for the original message, if it is a text message optionalanimation: AnimationMessage is an animation, information about the animation optionalaudio: AudioMessage is an audio file, information about the file optionaldocument: DocumentMessage is a general file, information about the file optionalphoto: PhotoSize[]Message is a photo, available sizes of the photo optionalsticker: StickerMessage is a sticker, information about the sticker optionalstory: StoryMessage is a forwarded story optionalvideo: VideoMessage is a video, information about the video optionalvideo_note: VideoNoteMessage is a video note, information about the video message optionalvoice: VoiceMessage is a voice message, information about the file optionalhas_media_spoiler: trueTrue, if the message media is covered by a spoiler animation optionalcontact: ContactMessage is a shared contact, information about the contact optionaldice: DiceMessage is a dice with random value optionalgame: GameMessage is a game, information about the game. More about games » optionalgiveaway: GiveawayMessage is a scheduled giveaway, information about the giveaway optionalgiveaway_winners: GiveawayWinnersA giveaway with public winners was completed optionalinvoice: InvoiceMessage is an invoice for a payment, information about the invoice. More about payments » optionallocation: LocationMessage is a shared location, information about the location optionalpoll: PollMessage is a native poll, information about the poll optionalvenue: VenueMessage is a venue, information about the venue