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