From 8afb0e6656dae4e15744dea0913b4acd2645fdee Mon Sep 17 00:00:00 2001 From: Luis Romero <6332263+luiscobits@users.noreply.github.com> Date: Mon, 14 Oct 2019 11:21:37 -0500 Subject: [PATCH] add Rust library for telegram bot --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8c5646f..b7b384c 100644 --- a/readme.md +++ b/readme.md @@ -393,6 +393,7 @@ There is free and paid plans. Interface is Turkish but bots can work any latin l * [Telegram-Typings](https://www.npmjs.com/package/telegram-typings) - A tool for parsing Telegram API page to the typings. * [Chatito](https://rodrigopivi.github.io/Chatito) - Generate datasets for nlu chatbots quickly using a simple DSL. * [Probot](https://probot.github.io/) - SDK for building bots around GitHub workflows +* [Telegram-bot](https://github.com/telegram-rs/telegram-bot) - Rust Library for creating a Telegram Bot. #### Boilerplates/templates * [Ruby Telegram bot boilerplate](https://github.com/MaximAbramchuck/ruby-telegram-bot-starter-kit)