Otann / morse

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

Added the delete message function #25

Closed kvyatkovskys closed 6 years ago

kvyatkovskys commented 6 years ago

Added a function for deleting messages from the chat.

Otann commented 6 years ago

Hi! thank you for your contribution! I was not aware that deleting is now available through API. I asked for some cosmetic changes for the code. Could you please also add a basic test for this?

kvyatkovskys commented 6 years ago

Hi! I added the test and removed some excess code :)

Otann commented 6 years ago

@kvyatkovskys thank you man! Released 0.2.8 to clojars with this