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 patch changes the Type of `{Restricted,Kicked}::until_date` fields: `i32` => `i64`. This is done to fix so called "year 2038 problem" (See <https://en.wikipedia.org/wiki/Year_2038_problem>). |
||
---|---|---|
.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+.