teloxide/crates/teloxide-core
2024-08-24 15:15:19 +05:30
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Move business_connection_id from Message to MessageCommon 2024-08-24 15:15:19 +05:30
Cargo.toml Add MaybeAnonymousUser type 2024-08-23 15:23:29 +03:00
CHANGELOG.md Use BusinessConnectionId instead of String for business_connection_id fields and parameters 2024-08-24 15:15:19 +05:30
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Bump TBA version 2024-08-24 15:12:54 +05:30
schema.ron Use BusinessConnectionId instead of String for business_connection_id fields and parameters 2024-08-24 15:15:19 +05:30

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.10.1"

Compiler support: requires rustc 1.68+.