mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 03:43:22 +01:00
🤖 An elegant Telegram bots framework for Rust
https://docs.rs/teloxide
5b328105fa
- Rename `sticker_type.rs` => `input_sticker.rs` (after the contained type) - Make `create_new_sticker_set` multipart - Replace CreateNewStickerSet::{png,tgs}_sticker with `<_>::sticker` - Fix GetStickerSet return type - Revert some previous InputSticker changes: make the variants tuple structsm remove constructors |
||
---|---|---|
.github/workflows | ||
examples | ||
media | ||
src | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
netlify.toml | ||
README.md | ||
rustfmt.toml |
teloxide-core
Core part of the teloxide
library.
This library provides tools for making requests to the Telegram Bot API
(Currently, version 4.9
is supported) with ease. The library is fully
asynchronouns and built using tokio
.
teloxide_core = "0.1"
Compiler support: requires rustc 1.49+