🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Waffle Maybe 1c2a38eeb6
Merge pull request #173 from teloxide/docs_examples_blah
Change process of building docs
2022-02-03 17:38:52 +03:00
.cargo Change process of building docs 2022-01-31 18:23:30 +03:00
.github/workflows Update clippy, rustfmt and toolchain 2022-01-25 02:10:23 +03:00
examples Add tools for Bot/Request type erasure 2021-07-12 16:58:51 +03:00
media Add media 2021-01-13 16:10:56 +03:00
src Merge pull request #173 from teloxide/docs_examples_blah 2022-02-03 17:38:52 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Change process of building docs 2022-01-31 18:23:30 +03:00
CHANGELOG.md Make WebhookInfo::allowed_updates typed 2022-02-01 18:30:40 +03:00
LICENSE Update the license year 2022-01-02 02:53:34 +06:00
netlify.toml Change process of building docs 2022-01-31 18:23:30 +03:00
README.md Add support for TBA 5.6 2022-01-03 21:41:57 +03:00
rust-toolchain.toml Update clippy, rustfmt and toolchain 2022-01-25 02:10:23 +03: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.3"

Compiler support: requires rustc 1.49+.