teloxide/crates/teloxide-core
Waffle Maybe b7c1cd9494
Merge pull request #879 from teloxide/empty_message
Fix deserialization of empty messages
2023-05-23 21:04:21 +00:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge pull request #879 from teloxide/empty_message 2023-05-23 21:04:21 +00:00
Cargo.toml Release teloxide-core v0.9.1 2023-02-15 23:09:01 +04:00
CHANGELOG.md Merge pull request #879 from teloxide/empty_message 2023-05-23 21:04:21 +00:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Prepare for the release of teloxide-core 2023-01-17 20:29:41 +04:00
schema.ron Fix return type of SetGameScoreInline 2023-05-24 00:41:47 +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.9"

Compiler support: requires rustc 1.64+.