teloxide/crates/teloxide-core
Akshett Rai Jindal e1f1b4e874 Add request_* fields to KeyboardButtonRequestChat
Added fields are `request_title`, `request_username` and `request_photo`
2024-08-24 15:12:54 +05:30
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Add request_* fields to KeyboardButtonRequestChat 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+.