NicoNex / echotron

An elegant and concurrent library for the Telegram bot API in Go.
https://t.me/s/echotronnews
GNU Lesser General Public License v3.0
372 stars 26 forks source link

Webhook implementation #2

Closed DarkFighterLuke closed 3 years ago

DarkFighterLuke commented 3 years ago

This is my webhook implementation. It's not totally complete at the moment, since it lacks of the way to supply SSL/TLS certificate directly.

I updated the README with a new Webhook example.