🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Maybe Waffle 24db0e29d3 Remove file_ prefix from File fields
This also removes `Deref<Target = FileMeta>` impls from
`Animation`, `Audio`, `Document`, `PhotoSize` (?), `Video`, `VideoNote`
and `Voice` -- they are not really necessary with the `file_` prefix
removed.
2022-10-01 19:56:36 +04:00
.cargo Change process of building docs 2022-01-31 18:23:30 +03:00
.github/workflows fix CI 2022-09-23 18:56:58 +04:00
examples fmt 2022-09-23 18:46:06 +04:00
media Add media 2021-01-13 16:10:56 +03:00
src Remove file_ prefix from File fields 2022-10-01 19:56:36 +04:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Update pin-project 2022-09-23 18:14:58 +04:00
CHANGELOG.md Merge pull request #251 from teloxide/botapi62 2022-10-01 15:09:52 +04:00
LICENSE Update the license year 2022-01-02 02:53:34 +06:00
README.md update changelog and docs 2022-09-25 21:41:43 +04:00
rust-toolchain.toml Update MSRV/toolchain versions 2022-09-23 14:20:57 +04:00
rustfmt.toml reformat code a bit 2022-04-02 18:10:46 +04:00
schema.ron TBA 6.2 methods 2022-09-25 21:15: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.7"

Compiler support: requires rustc 1.64+.