PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
442 stars 105 forks source link

Compile-time inputfile validation #163

Closed PaulSonOfLars closed 3 weeks ago

PaulSonOfLars commented 1 month ago

What

Improve inputfile support to provide compile-time type checks over how to send files to telegram

Also, fix a bug where thumbnails didn't get uploaded for inputmedia!

Impact