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 }