🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Hirrolot a07c9b0431
Merge pull request #149 from teloxide/remove-authors
Remove the `authors` field from `Cargo.toml`
2021-12-23 16:42:54 +06:00
.github/workflows Pin tooling in the CI to a specific version 2021-12-19 14:42:19 +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 Update changelog and add regression test for issue 481 2021-12-19 18:52:03 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Merge pull request #149 from teloxide/remove-authors 2021-12-23 16:42:54 +06:00
CHANGELOG.md Update changelog and add regression test for issue 481 2021-12-19 18:52:03 +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 typo 2021-08-25 20:59:02 +02:00
rust-toolchain.toml Pin tooling in the CI to a specific version 2021-12-19 14:42:19 +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+.