We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72221d9 commit 6a27113Copy full SHA for 6a27113
pmcenter/BotProcess/BotProcess.OwnerReplying.cs
@@ -56,7 +56,7 @@ private static async Task OwnerReplying(Update update)
56
replyToMsgId = await Vars.Bot.CopyMessageAsync(
57
update.Message.ReplyToMessage.ForwardFrom.Id,
58
update.Message.Chat.Id,
59
- update.Message.ReplyToMessage.MessageId,
+ update.Message.MessageId,
60
disableNotification: Vars.CurrentConf.DisableNotifications).ConfigureAwait(false);
61
}
62
else
0 commit comments