Is it possible to save all received photos to folder via telegram bot? There is a method getFile (https://core.telegram.org/bots/api#getfile) but I don't know how to use it.
I'm using a python wrapper around the Telegram Bot API: https://github.com/eternnoir/pyTelegramBotAPI