teloxide/crates/teloxide-core
Сырцев Вадим Игоревич b6fc42af53 Remove the obsolete reminder
2024-06-10 07:12:00 +03:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Remove the obsolete reminder 2024-06-10 07:12:00 +03:00
Cargo.toml crates: remove unused dependencies 2024-02-18 00:21:40 +05:30
CHANGELOG.md Merge branch 'master' into feature/support-tba-6.6 2024-04-08 14:49:23 +03:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Update supported TBA version in docs 2024-04-04 12:37:22 +03:00
schema.ron Fix docs for uploadStickerFile method 2024-06-06 18:00:18 +03: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.9"

Compiler support: requires rustc 1.68+.