GetRepliedMessage constructor

const GetRepliedMessage({
  1. required int chatId,
  2. required int messageId,
})

Returns information about a message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, and the topic creation message for messages. of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without replied message respectively

Implementation

const GetRepliedMessage({
  required this.chatId,
  required this.messageId,
});