mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
🤖 An elegant Telegram bots framework for Rust
https://docs.rs/teloxide
a304ea4174
Replace `file_{[unique_]id,size}` fields with `FileMeta` |
||
---|---|---|
.cargo | ||
.github/workflows | ||
examples | ||
media | ||
src | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
rust-toolchain.toml | ||
rustfmt.toml | ||
schema.ron |
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.7"
Compiler support: requires rustc 1.64+.