teloxide/crates/teloxide-core
Andrey Brusnik 221742b98b
Add unrestrict_boost_count field and getter
to the `PublicChatSupergroup` struct
2024-08-17 21:21:28 +04:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Add unrestrict_boost_count field and getter 2024-08-17 21:21:28 +04:00
Cargo.toml Release teloxide-core v0.10.1 2024-08-17 16:40:53 +05:00
CHANGELOG.md Release teloxide-core v0.10.1 2024-08-17 16:40:53 +05:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Release teloxide-core v0.10.1 2024-08-17 16:40:53 +05:00
schema.ron Updated docs for can_post_stories, can_edit_stories and can_delete_stories admin privileges 2024-08-17 20:43:15 +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.1"

Compiler support: requires rustc 1.68+.