View Source ExTDLib.Method.GetRepliedMessage (ExTDLib v0.0.4)
Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively. Returns object_ptr<Message>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat the message belongs to. |
| message_id | string | Identifier of the reply message. |
More details on telegram's documentation.