🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
2021-03-14 22:55:25 +03:00
.github/workflows Temporary switch clippy CI to beta b/c of ICE 2021-03-06 10:58:54 +03:00
examples fix examples (because get_me now returns Me) 2021-01-26 14:10:37 +03:00
media Add media 2021-01-13 16:10:56 +03:00
src Update methods to tba 5.0 2021-03-14 22:55:25 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Fix SemiparsedVec 2021-03-13 17:46:16 +06:00
CHANGELOG.md Merge branch 'master' into fault_tolerant_get_updates 2021-03-06 12:11:38 +03:00
LICENSE Initial commit 2020-08-06 16:40:41 +03:00
netlify.toml Normalize docs 2021-01-07 18:00:57 +03:00
README.md Update README.md 2021-02-22 14:36:30 +06:00
rustfmt.toml Small enhancements 2021-02-15 16:46:31 +06:00

teloxide-core

The core part of teloxide providing tools for making requests to the Telegram Bot API with ease. This library is fully asynchronous and built using tokio.

teloxide_core = "0.1"

Compiler support: requires rustc 1.49+.