PaulSonOfLars / gotgbot

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

add an option to listen on UNIX socket #73

Closed vassilit closed 1 year ago

vassilit commented 1 year ago

For those that are running their bot behind a Web server, this MR contains a patch to listen on UNIX socket (as well as some small other unrelated changes that I can exclude from this MR if you don't want to merge them).

vassilit commented 1 year ago

(backward-compatible, as this adds an optional field)

vassilit commented 1 year ago

split out at the request of the package maintainer.