teloxide/crates/teloxide-core
TheAwiteb 82dbee4bbb
Fix deprecation error
Use `DateTime::from_naive_utc_and_offset` instead of `DateTime::from_utc`
2023-09-07 21:43:55 +03:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Fix deprecation error 2023-09-07 21:43:55 +03:00
Cargo.toml Bump chrono to v0.4.30 2023-09-07 21:42:29 +03:00
CHANGELOG.md Add UserId::{MIN, MAX} constants 2023-07-29 14:17:33 +04: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 Use MessageId for reply_to_message_id for some methods that were forgotten 2023-06-05 18:11:23 +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.65+.