teloxide/crates/teloxide-core
Maybe Waffle 0017480467 Replace a couple for loops with .for_each
I will not be explaining why (maybe unless you ask me)
2023-11-05 23:39:36 +01:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Replace a couple for loops with .for_each 2023-11-05 23:39:36 +01:00
Cargo.toml format cargo tomls 2023-10-04 19:42:18 +04:00
CHANGELOG.md bump msrv 2023-10-04 22:19:46 +04: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 Fix the type of photo_size,photo_width and photo_height in the send_invoice method 2023-09-20 13:17:45 +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+.