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 #3

Closed DarkFighterLuke closed 3 years ago

DarkFighterLuke commented 3 years ago

Here is a Webhook mode implementation. It is not fully complete at the moment, because it lacks of a way to send an SSL/TLS certificate directly.

README.md now includes a new Webhook example.