From d1b78e8ccb8c07a59b7dbad5885b1845d24e8615 Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 16 Jan 2020 21:41:22 +0800 Subject: [PATCH] fix --- job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.go b/job.go index e5efa89..521cca1 100644 --- a/job.go +++ b/job.go @@ -1591,7 +1591,7 @@ func jobGWithdraw(j Job) { Type: commandReplyMsg, Text: fmt.Sprintf("/withdraw_%s", string(ref)), FromMsgID64: p.MsgID64, - FromChatID64: pChatID64, + FromChatID64: p.ChatID64, } TGCmdQueue <- cmd }