Fix document bug (telegram)

pull/312/merge
Wim 7 years ago
parent c0f9d86287
commit 13d081ea80

@ -182,7 +182,7 @@ func (b *Btelegram) handleRecv(updates <-chan tgbotapi.Update) {
b.handleDownload(message.Photo, &fmsg) b.handleDownload(message.Photo, &fmsg)
} }
if message.Document != nil { if message.Document != nil {
b.handleDownload(message.Sticker, &fmsg) b.handleDownload(message.Document, &fmsg)
} }
// quote the previous message // quote the previous message

Loading…
Cancel
Save