🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Hirrolot 6e9109b728
Merge pull request #258 from teloxide/v08
Dump version `0.7.1` -> `0.8.0`
2022-10-03 15:01:51 +06:00
.cargo Fix how we set rustdocflags in the cargo config 2022-10-03 04:01:23 +04:00
.github/workflows fix CI 2022-09-23 18:56:58 +04:00
examples fmt 2022-09-23 18:46:06 +04:00
media Add media 2021-01-13 16:10:56 +03:00
src Merge pull request #258 from teloxide/v08 2022-10-03 15:01:51 +06:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Dump version 0.7.1 -> 0.8.0 2022-10-03 00:08:00 +00:00
CHANGELOG.md Dump version 0.7.1 -> 0.8.0 2022-10-03 00:08:00 +00:00
LICENSE Update the license year 2022-01-02 02:53:34 +06:00
README.md Dump version 0.7.1 -> 0.8.0 2022-10-03 00:08:00 +00:00
rust-toolchain.toml Update MSRV/toolchain versions 2022-09-23 14:20:57 +04:00
rustfmt.toml reformat code a bit 2022-04-02 18:10:46 +04:00
schema.ron Use typed MessageId in methods 2022-10-01 17:07:28 +04: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.8"

Compiler support: requires rustc 1.64+.