mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
🤖 An elegant Telegram bots framework for Rust
https://docs.rs/teloxide
f4507bd3d2
The typos were found with `grep`: ```text ; grep -r -P "^ \w{2,}: .+, *$" ./src/types/* ./src/types/dice.rs: emoji: DiceEmoji, ./src/types/dice.rs: value: i32, ./src/types/keyboard_button.rs: contact: Option<True>, ./src/types/keyboard_button.rs: location: Option<True>, ./src/types/keyboard_button.rs: poll: Option<KeyboardButtonPollType>, ./src/types/message.rs: message_auto_delete_timer_changed: MessageAutoDeleteTimerChanged, ./src/types/passport_element_error.rs: message: String, ./src/types/passport_element_error.rs: kind: PassportElementErrorKind, ./src/types/sticker_set.rs: thumb: Option<PhotoSize>, ``` `src/types/keyboard_button.rs` can be ignored since in just contains private helper structure. Fields made public: - `Dice::{emoji, value}` - `MessageMessageAutoDeleteTimerChanged::message_auto_delete_timer_changed` - `PassportElementError::{message, kind}` - `StickerSet::thumb` |
||
---|---|---|
.github/workflows | ||
examples | ||
media | ||
src | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
netlify.toml | ||
README.md | ||
rustfmt.toml |
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.2"
Compiler support: requires rustc 1.49+.