diff --git a/bridge/telegram/handlers.go b/bridge/telegram/handlers.go index 80a7185c..c75cb2c3 100644 --- a/bridge/telegram/handlers.go +++ b/bridge/telegram/handlers.go @@ -279,6 +279,10 @@ func (b *Btelegram) handleDownload(rmsg *config.Message, message *tgbotapi.Messa text, name, url = b.getDownloadInfo(photos[len(photos)-1].FileID, "", true) } + if message.Caption != "" { + text = message.Caption + "\n" + text + } + // if name is empty we didn't match a thing to download if name == "" { return nil