teloxide/crates/teloxide-core
Waffle Maybe a8b5ede1b7
Merge pull request #990 from Desiders/more-detailed-tests-for-inline-query-result
Fix parsing `InlineQueryResult` variants and add tests
2024-01-11 19:26:31 +00:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge pull request #990 from Desiders/more-detailed-tests-for-inline-query-result 2024-01-11 19:26:31 +00:00
Cargo.toml format cargo tomls 2023-10-04 19:42:18 +04:00
CHANGELOG.md Merge pull request #990 from Desiders/more-detailed-tests-for-inline-query-result 2024-01-11 19:26:31 +00:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md bump msrv 2023-10-04 22:19:46 +04:00
schema.ron Change setChatTitle title length 2023-11-25 19:21:21 +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+.