teloxide/crates/teloxide-core
Waffle Maybe 9095aaa839
Merge pull request #764 from Veetaha/feat/add-missing-restricted-fields
Add missing fields for `Restricted` chat member
2022-11-16 17:19:36 +04:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge pull request #764 from Veetaha/feat/add-missing-restricted-fields 2022-11-16 17:19:36 +04:00
Cargo.toml move teloxide-core to crates/ 2022-11-01 16:33:54 +04:00
CHANGELOG.md Move changelog entries into teloxide-core's changelog file 2022-11-14 23:20:50 +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 move teloxide-core to crates/ 2022-11-01 16:33:54 +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+.