GramIO API Reference / gramio/dist / TelegramExternalReplyInfo
Interface: TelegramExternalReplyInfo
Defined in: @gramio/types/out/objects.d.ts:1069
This object contains information about a message that is being replied to, which may come from another chat or forum topic.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
animation? | TelegramAnimation | Optional. Message is an animation, information about the animation | @gramio/types/out/objects.d.ts:1089 |
audio? | TelegramAudio | Optional. Message is an audio file, information about the file | @gramio/types/out/objects.d.ts:1093 |
chat? | TelegramChat | Optional. Chat the original message belongs to. Available only if the chat is a supergroup or a channel. | @gramio/types/out/objects.d.ts:1077 |
checklist? | TelegramChecklist | Optional. Message is a checklist | @gramio/types/out/objects.d.ts:1133 |
contact? | TelegramContact | Optional. Message is a shared contact, information about the contact | @gramio/types/out/objects.d.ts:1137 |
dice? | TelegramDice | Optional. Message is a dice with random value | @gramio/types/out/objects.d.ts:1141 |
document? | TelegramDocument | Optional. Message is a general file, information about the file | @gramio/types/out/objects.d.ts:1097 |
game? | TelegramGame | Optional. Message is a game, information about the game. More about games » | @gramio/types/out/objects.d.ts:1145 |
giveaway? | TelegramGiveaway | Optional. Message is a scheduled giveaway, information about the giveaway | @gramio/types/out/objects.d.ts:1149 |
giveaway_winners? | TelegramGiveawayWinners | Optional. A giveaway with public winners was completed | @gramio/types/out/objects.d.ts:1153 |
has_media_spoiler? | true | Optional. True, if the message media is covered by a spoiler animation | @gramio/types/out/objects.d.ts:1129 |
invoice? | TelegramInvoice | Optional. Message is an invoice for a payment, information about the invoice. More about payments » | @gramio/types/out/objects.d.ts:1157 |
link_preview_options? | TelegramLinkPreviewOptions | Optional. Options used for link preview generation for the original message, if it is a text message | @gramio/types/out/objects.d.ts:1085 |
location? | TelegramLocation | Optional. Message is a shared location, information about the location | @gramio/types/out/objects.d.ts:1161 |
message_id? | number | Optional. Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel. | @gramio/types/out/objects.d.ts:1081 |
origin | TelegramMessageOrigin | Origin of the message replied to by the given message | @gramio/types/out/objects.d.ts:1073 |
paid_media? | TelegramPaidMediaInfo | Optional. Message contains paid media; information about the paid media | @gramio/types/out/objects.d.ts:1101 |
photo? | TelegramPhotoSize[] | Optional. Message is a photo, available sizes of the photo | @gramio/types/out/objects.d.ts:1105 |
poll? | TelegramPoll | Optional. Message is a native poll, information about the poll | @gramio/types/out/objects.d.ts:1165 |
sticker? | TelegramSticker | Optional. Message is a sticker, information about the sticker | @gramio/types/out/objects.d.ts:1109 |
story? | TelegramStory | Optional. Message is a forwarded story | @gramio/types/out/objects.d.ts:1113 |
venue? | TelegramVenue | Optional. Message is a venue, information about the venue | @gramio/types/out/objects.d.ts:1169 |
video? | TelegramVideo | Optional. Message is a video, information about the video | @gramio/types/out/objects.d.ts:1117 |
video_note? | TelegramVideoNote | Optional. Message is a video note, information about the video message | @gramio/types/out/objects.d.ts:1121 |
voice? | TelegramVoice | Optional. Message is a voice message, information about the file | @gramio/types/out/objects.d.ts:1125 |