tucnak / telebot

Telebot is a Telegram bot framework in Go.
MIT License
3.77k stars 440 forks source link

feat: download to writer for medias. #704

Open arshamalh opened 1 week ago

arshamalh commented 1 week ago

In case of (b *Bot) Download(file *File, localFilename string) error function, users may need different actions than just saving the file automatically on disk, e.g.

Having another DownloadToWriter method that accepts any kind of io.Writer will help users skip an extra step to save on disk and read from the disk.