diff options
-rw-r--r-- | bridge/telegram/telegram.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/telegram/telegram.go b/bridge/telegram/telegram.go index 19d40c30..2b815d94 100644 --- a/bridge/telegram/telegram.go +++ b/bridge/telegram/telegram.go @@ -182,7 +182,7 @@ func (b *Btelegram) handleRecv(updates <-chan tgbotapi.Update) { b.handleDownload(message.Photo, &fmsg) } if message.Document != nil { - b.handleDownload(message.Sticker, &fmsg) + b.handleDownload(message.Document, &fmsg) } // quote the previous message |