teloxide/crates/teloxide-core
2024-08-24 15:12:54 +05:30
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Add Birthdate struct and corresponding field in ChatPrivate 2024-08-24 15:12:54 +05:30
Cargo.toml Add MaybeAnonymousUser type 2024-08-23 15:23:29 +03:00
CHANGELOG.md Add MaybeAnonymousUser type 2024-08-23 15:23:29 +03:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Bump supported TBA version to 7.1 2024-08-17 21:21:28 +04:00
schema.ron Add replaceStickerInSet TBA method 2024-08-24 15:12:54 +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+.