🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Waffle 5b328105fa Sticker related fixes
- 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
2021-01-26 13:43:21 +03:00
.github/workflows Initial commit 2020-08-12 18:04:50 +03:00
examples Add very basic example 2021-01-13 16:12:04 +03:00
media Add media 2021-01-13 16:10:56 +03:00
src Sticker related fixes 2021-01-26 13:43:21 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml Merge pull request #40 from teloxide/remove_git_dep 2021-01-22 09:17:25 +06:00
CHANGELOG.md Rename StickerType 2020-11-04 16:00:40 +03:00
LICENSE Initial commit 2020-08-06 16:40:41 +03:00
netlify.toml Normalize docs 2021-01-07 18:00:57 +03:00
README.md improve docs 2021-01-15 22:06:23 +03:00
rustfmt.toml Add Bot::{set_,}api_url methods 2020-12-28 18:45:45 +03:00

teloxide-core

CI status documentation documentation (master) LICENSE Api Cov crates.io Official Chat

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+