🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
2022-06-16 22:53:03 +04:00
.cargo Change process of building docs 2022-01-31 18:23:30 +03:00
.github/workflows Add MSRV check to CI 2022-04-18 22:15:13 +04:00
examples Fix examples 2022-06-14 15:46:13 +04:00
media Add media 2021-01-13 16:10:56 +03:00
src Remove trailing / from Message::url 2022-06-16 22:53:03 +04:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Merge pull request #217 from teloxide/message_entity_ref 2022-06-14 20:43:53 +04:00
CHANGELOG.md Remove trailing / from Message::url 2022-06-16 22:53:03 +04:00
LICENSE Update the license year 2022-01-02 02:53:34 +06:00
README.md Dump version 2022-04-25 14:30:23 +04:00
rust-toolchain.toml Update clippy, rustfmt and toolchain 2022-01-25 02:10:23 +03:00
rustfmt.toml reformat code a bit 2022-04-02 18:10:46 +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.6"

Compiler support: requires rustc 1.58+.