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>.

NameTypeDescription
chat_idstringIdentifier of the chat the message belongs to.
message_idstringIdentifier of the reply message.

More details on telegram's documentation.