🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
2021-02-17 16:04:04 +03:00
.github/workflows fix example and add --features full to ci 2021-01-26 14:52:50 +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 Remove dbg! print 2021-02-17 14:23:13 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Merge pull request #53 from teloxide/remove_dbg 2021-02-17 15:17:23 +03:00
CHANGELOG.md Update changelog 2021-02-17 16:04:04 +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 improve docs 2021-01-15 22:06:23 +03:00
rustfmt.toml Small enhancements 2021-02-15 16:46:31 +06:00

teloxide-core

CI status documentation documentation (master) LICENSE Api Cov crates.io Official Chat

Core part of the teloxide library.

This library provides tools for making requests to the Telegram Bot API (Currently, version 4.9 is supported) with ease. The library is fully asynchronouns and built using tokio.

teloxide_core = "0.1"

Compiler support: requires rustc 1.49+