diff --git a/bot.go b/bot.go index 0a43c15..1b12d7a 100644 --- a/bot.go +++ b/bot.go @@ -285,12 +285,12 @@ func botMsgLoad(m *tb.Message) { } TGCmdQueue <- c - x, err := json.Marshal(f) + x, err := json.Marshal(m.ReplyTo) logOnError(err, "botMsgLoad : Marshal") log.Printf("URL : %s\n", b.URL) log.Printf("Token : %s\n", b.Token) - log.Printf("File : %s\n", string(x)) + //log.Printf("File : %s\n", string(x)) //url := fmt.Sprintf("%s/file/bot%s/%s", b.URL, b.Token, f.FilePath)