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
36557573aa
This commit tries to make using ReplyMarkup less noisy. It - Renames `ReplyMarkup::{InlineKeyboardMarkup => InlineKeyboard, ReplyKeyboardMarkup => Keyboard, ReplyKeyboardRemove => KeyboardRemove}` - Adds `inline_kb`, `keyboad`, `kb_remove` and `force_reply` `ReplyMarkup` consructors - Renames `ReplyKeyboardMarkup` => `KeyboardMarkup` - Renames `ReplyKeyboardRemove` => `KeyboardRemove` - Removes useless generic param from `ReplyKeyboardMarkup::new` and `InlineKeyboardMarkup::new` - Changes parameters order in `ReplyKeyboardMarkup::append_to_row` and `InlineKeyboardMarkup::append_to_row` |
||
---|---|---|
.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.1"
Compiler support: requires rustc 1.49+.