mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-24 09:16:12 +01:00
🤖 An elegant Telegram bots framework for Rust
https://docs.rs/teloxide
445c42b585
- Make `net` module public - Move `Bot::download_file{,_stream}` methods to a new `Download` trait - Add `download_forward` macro to forward `Download` impls (priv) - Impl `Download` for all bot adaptors & the `Bot` itself - Change return type of `download_file_stream` — return `Stream<Result<Bytes>>``, instead of `Future<Result<Stream<Result<Bytes>>>>`` - Add `api_url` param to standalone versions of `download_file{,_stream}` - Make `net::{TELEGRAM_API_URL, download_file{,_stream}}` pub - Small documentation changes |
||
---|---|---|
.github/workflows | ||
src | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
netlify.toml | ||
README.md | ||
rustfmt.toml |