teloxide/crates/teloxide-core
Akshett Rai Jindal 1a5eca0a75 Add business conn. related fields to Message
Added `sender_business_bot` and `business_connection_id` fields
2024-08-24 15:12:54 +05:30
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Add business conn. related fields to Message 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 business_connection_id to add Send* methods except SendInvoice 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+.