This object contains information about a message that is being replied to, which may come from another chat or forum topic.
More...
|
| std::shared_ptr< MessageOrigin > | origin { } |
| | Origin of the message replied to by the given message.
|
| std::shared_ptr< Chat > | chat { } |
| | Optional. Chat the original message belongs to. Available only if the chat is a supergroup or a channel.
|
| std::optional< std::int32_t > | messageId { } |
| | Optional. Unique message identifier inside the original chat. Available only if the original chat is a supergroup or a channel.
|
| std::shared_ptr< LinkPreviewOptions > | linkPreviewOptions { } |
| | Optional. Options used for link preview generation for the original message, if it is a text message.
|
| std::shared_ptr< Animation > | animation { } |
| | Optional. Message is an animation, information about the animation.
|
| std::shared_ptr< Audio > | audio { } |
| | Optional. Message is an audio file, information about the file.
|
| std::shared_ptr< Document > | document { } |
| | Optional. Message is a general file, information about the file.
|
| std::shared_ptr< LivePhoto > | livePhoto { } |
| | Optional. Message is a live photo, information about the live photo.
|
| std::shared_ptr< PaidMediaInfo > | paidMedia { } |
| | Optional. Message contains paid media; information about the paid media.
|
| std::optional< std::vector< std::shared_ptr< PhotoSize > > > | photo { } |
| | Optional. Message is a photo, available sizes of the photo.
|
| std::shared_ptr< Sticker > | sticker { } |
| | Optional. Message is a sticker, information about the sticker.
|
| std::shared_ptr< Story > | story { } |
| | Optional. Message is a forwarded story.
|
| std::shared_ptr< Video > | video { } |
| | Optional. Message is a video, information about the video.
|
| std::shared_ptr< VideoNote > | videoNote { } |
| | Optional. Message is a video note, information about the video message.
|
| std::shared_ptr< Voice > | voice { } |
| | Optional. Message is a voice message, information about the file.
|
| std::optional< bool > | hasMediaSpoiler { } |
| | Optional. True, if the message media is covered by a spoiler animation.
|
| std::shared_ptr< Checklist > | checklist { } |
| | Optional. Message is a checklist.
|
| std::shared_ptr< Contact > | contact { } |
| | Optional. Message is a shared contact, information about the contact.
|
| std::shared_ptr< Dice > | dice { } |
| | Optional. Message is a dice with random value.
|
| std::shared_ptr< Game > | game { } |
| | Optional. Message is a game, information about the game. More about games »
|
| std::shared_ptr< Giveaway > | giveaway { } |
| | Optional. Message is a scheduled giveaway, information about the giveaway.
|
| std::shared_ptr< GiveawayWinners > | giveawayWinners { } |
| | Optional. A giveaway with public winners was completed.
|
| std::shared_ptr< Invoice > | invoice { } |
| | Optional. Message is an invoice for a payment, information about the invoice. More about payments »
|
| std::shared_ptr< Location > | location { } |
| | Optional. Message is a shared location, information about the location.
|
| std::shared_ptr< Poll > | poll { } |
| | Optional. Message is a native poll, information about the poll.
|
| std::shared_ptr< Venue > | venue { } |
| | Optional. Message is a venue, information about the venue.
|
This object contains information about a message that is being replied to, which may come from another chat or forum topic.
Definition at line 3490 of file Types.h.