teloxide/crates/teloxide-core
Сырцев Вадим Игоревич f7a3441bdb
Update CHANGELOG.md
2024-08-17 12:02:44 +03:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Fix #1135 2024-08-17 11:50:41 +03:00
Cargo.toml Release teloxide-macros v0.8.0, teloxide-core v0.10.0, teloxide v0.13.0 2024-08-16 00:31:40 +05:00
CHANGELOG.md Update CHANGELOG.md 2024-08-17 12:02:44 +03:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Update crates/teloxide-core/README.md 2024-08-16 00:58:30 +05:00
schema.ron Add getUserChatBoosts TBA method 2024-08-15 17:06:00 +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.10"

Compiler support: requires rustc 1.68+.