teloxide/crates/teloxide-core
Andrey Brusnik 02f023cfb6
Add can_post_stories, can_edit_stories and can_delete_stories privileges
to ChatMemberKind::Administrator and ChatAdministratorRights
2024-07-18 16:00:16 +04:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Add can_post_stories, can_edit_stories and can_delete_stories privileges 2024-07-18 16:00:16 +04:00
Cargo.toml Replace serde_with_macros with serde_with 2024-07-17 17:49:44 +04:00
CHANGELOG.md Update CHANGELOG & README.md 2024-07-08 23:25:05 +03:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Update CHANGELOG & README.md 2024-07-08 23:25:05 +03:00
schema.ron Add the TBA method unpinAllGeneralForumTopicMessages 2024-07-08 23:09:43 +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+.