teloxide/crates/teloxide-core
Waffle Maybe 88c0ad60a9
Merge pull request #917 from TheAwiteb/message_to_copy_not_found_error
Add `MessageToCopyNotFound` to `teloxide::errors::ApiError`
2023-09-22 17:39:10 +00:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge pull request #917 from TheAwiteb/message_to_copy_not_found_error 2023-09-22 17:39:10 +00:00
Cargo.toml Bump chrono to v0.4.30 2023-09-07 21:42:29 +03:00
CHANGELOG.md Update CHANGELOG.md 2023-09-20 13:23:24 +03:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Use GATs in Download 2023-05-30 13:16: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.65+.