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

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

Do not return the APIResponse #563

Open karalef opened 2 years ago

karalef commented 2 years ago

Pass the result object to Request and MakeRequest instead of returning APIResponse. Also do not use the deprecated ioutil package.