teloxide/crates/teloxide-core
Maybe Waffle 887f74de40 Remove broken links
That's awkward: you can't mention items from teloxide in teloxide-core
2024-03-23 17:22:41 +01:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Remove broken links 2024-03-23 17:22:41 +01:00
Cargo.toml crates: remove unused dependencies 2024-02-18 00:21:40 +05:30
CHANGELOG.md Remove update_listeners::polling 2024-02-13 22:50:08 +01:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Fixup supported TBA version in docs 2024-02-13 20:36:36 +01:00
schema.ron Add the use_independent_chat_permissions field to RestrictChatMember and SetChatPermissions 2024-02-05 04:38:37 +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+.