Interface GetRepliedMessage

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, messageGiveawayCompleted and topic messages without non-bundled replied message respectively. Returns a 404 error if the message doesn't exist. Request type for Tdjson#getRepliedMessage.

interface GetRepliedMessage {
    @type: "getRepliedMessage";
    chat_id: number;
    message_id: number;
}

Properties

@type: "getRepliedMessage"
chat_id: number

Identifier of the chat the message belongs to.

message_id: number

Identifier of the reply message.