🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Waffle 0471cb0322 Use tokio::task::unconstrained when using .now_or_never() to prevent some problems I guess
The issue in fixme says to use `tokio::task::unconstrained`.
2021-07-23 20:08:26 +03:00
.github/workflows Turn on nightly clippy again 2021-03-15 23:50:09 +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 Use tokio::task::unconstrained when using .now_or_never() to prevent some problems I guess 2021-07-23 20:08:26 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Add Trace bot adaptor 2021-07-10 17:41:20 +03:00
CHANGELOG.md Add Trace bot adaptor 2021-07-10 17:41:20 +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 Bump version (0.2.2 => 0.3.0) 2021-07-04 17:36:07 +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+.