mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 19:48:50 +01:00
🤖 An elegant Telegram bots framework for Rust
https://docs.rs/teloxide
This function can help when users want to set up their own client setting for one reason or another, since settings set by the function, are required for stable work. This function was previously private and named `sound_bot`. The old name was confusing since safety and soundness are used in the Rust context almost entirely for `unsafe` code, UB & co. So I've changed the name to a more descriptive one. |
||
---|---|---|
.github/workflows | ||
examples | ||
media | ||
src | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
netlify.toml | ||
README.md | ||
rustfmt.toml |
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.2"
Compiler support: requires rustc 1.49+.