diff --git a/bot.go b/bot.go index 2400af9..2569043 100644 --- a/bot.go +++ b/bot.go @@ -285,7 +285,7 @@ func botMsgLoad(m *tb.Message) { } TGCmdQueue <- c - x, err := json.Marshal(m.ReplyTo) + x, err := json.Marshal(m) logOnError(err, "botMsgLoad : Marshal") log.Printf("URL : %s\n", b.URL)