teloxide/crates/teloxide-core
Waffle Maybe c5cb33c242
Merge pull request #800 from Veetaha/feat/chat-member-overhaul
Overhaul `teloxide_core::types::chat_member` module
2023-01-13 10:58:29 +04:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge pull request #800 from Veetaha/feat/chat-member-overhaul 2023-01-13 10:58:29 +04:00
Cargo.toml Update scrape examples options 2022-12-29 00:31:17 +04:00
CHANGELOG.md Fix and improve the changelog according to review feedback 2023-01-13 01:22:34 +01:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Move all media to media/ 2022-11-01 18:30:52 +04:00
schema.ron TBA 6.3: methods 2022-12-05 19:25:11 +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.8"

Compiler support: requires rustc 1.64+.