diff --git a/job.go b/job.go index 3f95ef2..5a02514 100644 --- a/job.go +++ b/job.go @@ -1587,6 +1587,9 @@ func jobGWithdraw(j Job) { c.Encrypt(out, in) ref := hex.EncodeToString(out) + b, err = json.Marshal(p) + fmt.Printf("jobGWithdraw : %s\n", string(b)) + var stock string for _, i := range p.Items { if i.Available > i.Required { @@ -1603,6 +1606,7 @@ func jobGWithdraw(j Job) { Text: msg, FromMsgID64: p.MsgID64, FromChatID64: p.ChatID64, + ParseMode: cmdParseModeHTML, } TGCmdQueue <- cmd }