diff --git a/Telegram-API-in-Other-Languages.md b/Telegram-API-in-Other-Languages.md index 233abe7..fc5e236 100644 --- a/Telegram-API-in-Other-Languages.md +++ b/Telegram-API-in-Other-Languages.md @@ -35,6 +35,11 @@ If you're looking for something like Telethon but in a different programming lan * [Pyrogram](https://github.com/pyrogram/pyrogram) made by [@delivrance](https://github.com/delivrance), written from the ground up in Python and released on December 12, 2017. The actual work on the framework began roughly three months prior to the initial public release on [Github](https://github.com/pyrogram/pyrogram).First commit: 05 December 2017 [Source](https://docs.pyrogram.org/faq#how-old-is-pyrogram) * [Telethon](https://github.com/LonamiWebs/Telethon) made by [@Lonami](https://github.com/Lonami), a project used by the author to learn Python that got a bit out of hands ;) First commit: August 26, 2016 + +## Ruby + +* [telegram-bot](https://github.com/telegram-bot-rb/telegram-bot), a simple and easy-to-use library for building Telegram bots in Ruby. + ## Rust * [grammers](https://github.com/Lonami/grammers) made by the [same author as Telethon's](https://github.com/Lonami)! It looks like they just can't stop doing things with Telegram…