This commit is contained in:
shoopea 2020-01-16 21:41:22 +08:00
parent 93b29aab43
commit d1b78e8ccb

2
job.go
View File

@ -1591,7 +1591,7 @@ func jobGWithdraw(j Job) {
Type: commandReplyMsg, Type: commandReplyMsg,
Text: fmt.Sprintf("/withdraw_%s", string(ref)), Text: fmt.Sprintf("/withdraw_%s", string(ref)),
FromMsgID64: p.MsgID64, FromMsgID64: p.MsgID64,
FromChatID64: pChatID64, FromChatID64: p.ChatID64,
} }
TGCmdQueue <- cmd TGCmdQueue <- cmd
} }