papazloynt

Results 2 comments of papazloynt

To get the image at its maximum size, I changed the receive photo size to the maximum size, like here: ```cpp auto file_info = bot.getApi().getFile(message->photo[message->photo.size() - 1]->fileId); ``` But the...

My task is to save pictures to my computer that people send to my bot.