Telegram Bot API

Hi!

I have some telegram bots & want to learn Elixir more seriously, by re-implementing one of them in Elixir (Used C# since ~2002 and F# and now Go for a bit more than a year).

Is there a (reliable) Telegram Bot API package for Elixir, that you’d like to recommend?

2 Likes

Welcome to Elixir :023:

Not used any myself but there are quite a few Telegram related packages here:

Packages | Hex

2 Likes

I tried nadia and yocingo, both worked gracefully !

There’s also a medium post to help understanding how to implement a Telegram Bot using elixir: https://medium.com/@apoq7789/creating-telegram-bot-with-elixir-94bb166c828a#.ihuwsood9

I want to write a related post as well, but I wasn’t able to do it yet.

3 Likes

I’ve used Nadia and so far it’s just awesome! Thanks man!