Skip to content

Commit 6a27113

Browse files
committed
fix: copy message id
1 parent 72221d9 commit 6a27113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmcenter/BotProcess/BotProcess.OwnerReplying.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private static async Task OwnerReplying(Update update)
5656
replyToMsgId = await Vars.Bot.CopyMessageAsync(
5757
update.Message.ReplyToMessage.ForwardFrom.Id,
5858
update.Message.Chat.Id,
59-
update.Message.ReplyToMessage.MessageId,
59+
update.Message.MessageId,
6060
disableNotification: Vars.CurrentConf.DisableNotifications).ConfigureAwait(false);
6161
}
6262
else

0 commit comments

Comments
 (0)