This commit is contained in:
shoopea 2019-10-11 15:47:07 +08:00
parent 1eb93a80a2
commit bdcb7a25be

4
job.go
View File

@ -981,8 +981,8 @@ func jobVaultStatus(j Job) {
c := TGCommand{ c := TGCommand{
Type: commandReplyMsg, Type: commandReplyMsg,
Text: out, Text: out,
FromMsgID64: int64(m.ID), FromMsgID64: p.MsgID64,
FromChatID64: m.Chat.ID, FromChatID64: p.ChatID64,
ParseMode: cmdParseModeHTML, ParseMode: cmdParseModeHTML,
} }
TGCmdQueue <- c TGCmdQueue <- c