🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Temirkhan Myrzamadi 35b01738c2
Merge pull request #119 from teloxide/fix-filter-dp-flowchart
Fix FILTER_DP_FLOWCHART.png
2020-01-03 19:55:01 +06:00
.github/workflows Update ci.yml 2020-01-01 01:00:25 +06:00
media Fix FILTER_DP_FLOWCHART.png 2020-01-03 19:54:09 +06:00
src Merge pull request #110 from teloxide/conversion_traits_for_parse_mode 2020-01-02 16:29:17 +06:00
.gitignore Ignore .idea/ (.gitignore) 2019-09-02 00:23:03 +06:00
Cargo.toml Use Either instead of ErrorKind 2019-12-31 14:22:15 +06:00
ICON.png Improve the ICON.png quality 2019-10-15 16:16:56 +06:00
LICENSE Rename the lib to "teloxide" 2019-12-07 22:30:15 +03:00
logo.svg Make logo svg 2019-12-30 12:14:05 +03:00
README.md Update README.md 2020-01-03 14:46:14 +06:00
rustfmt.toml Merge imports by default (rustfmt.toml) 2019-10-17 22:16:55 +06:00

WARNING: this library is still in active development under v0.1.0, use it at your own risk!

teloxide

A full-featured framework that empowers you to easily build Telegram bots using the async/.await syntax in Rust. It handles all the difficult stuff so you can focus only on your business logic.