diff --git a/job.go b/job.go index 655ab78..476c086 100644 --- a/job.go +++ b/job.go @@ -977,11 +977,10 @@ func jobVaultStatus(j Job) { out = fmt.Sprintf("%s", out) c := TGCommand{ - Type: commandReplyMsg, - Text: out, - FromMsgID64: p.MsgID64, - FromChatID64: p.ChatID64, - ParseMode: cmdParseModeHTML, + Type: commandSendMsg, + Text: out, + ToChatID64: p.ChatID64, + ParseMode: cmdParseModeHTML, } TGCmdQueue <- c }