This commit is contained in:
shoopea 2020-01-27 13:30:27 +08:00
parent abfed57a8a
commit 49cb13c57a

4
job.go
View File

@ -1883,8 +1883,8 @@ func jobCraftItem(j Job) {
c := TGCommand{
Type: commandReplyMsg,
Text: out,
FromMsgID64: p.FromMsgID64,
FromChatID64: p.FromChatID64,
FromMsgID64: p.MsgID64,
FromChatID64: p.ChatID64,
ParseMode: cmdParseModeHTML,
}