add Rust library for telegram bot

This commit is contained in:
Luis Romero 2019-10-14 11:21:37 -05:00 committed by GitHub
parent 0ab18cdb64
commit 8afb0e6656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)