go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.58k stars 863 forks source link

added resize photo function to helpers.go #600 #661

Open smmhatami opened 1 year ago

smmhatami commented 1 year ago

This is a fix to solve Issue 600. Resolves https://github.com/go-telegram-bot-api/telegram-bot-api/issues/600. Added a function named ResizePhoto in helpers.go to help developers resize their images in-place to meet telegram conditions.