Otann / morse

📡 Clojure interface for Telegram Bot API
Eclipse Public License 1.0
257 stars 48 forks source link

Allow to delete webhook #51

Open ne1ro opened 4 years ago

ne1ro commented 4 years ago

Sometimes it might be useful to change the webhook. Unfortunately, there's no other way to change it once it has been configured so we need to delete the webhook and set it again. This commit will add the missing functionality.

marksto commented 2 years ago

For those looking for a more complete Clojure client library for the Telegram Bot API, there is one that covers 100% of the available bot methods and exposes a consistent API.