🤖 An elegant Telegram bots framework for Rust https://docs.rs/teloxide
Find a file
Waffle 76d47276f6 requests redesign part 0
This commit introduces 3 traits mentioned in requests redesign proposal:
- `Payload`
- `HasPayload`
- `Request`

Also it adds `Output<T>` alias to `<<T as HasPayload>::Payload as Payload>::Output`
2020-08-22 22:03:59 +03:00
.github/workflows Initial commit 2020-08-12 18:04:50 +03:00
src requests redesign part 0 2020-08-22 22:03:59 +03:00
.gitignore Initial commit 2020-08-12 18:04:50 +03:00
Cargo.toml some cleanup (serde_multipart) 2020-08-16 10:53:15 +03:00
CHANGELOG.md add GetUpdatesNonStrict 'telegram' method - fail proof version of GetUpdates 2020-08-16 20:02:12 +03:00
LICENSE Initial commit 2020-08-06 16:40:41 +03:00
netlify.toml Initial commit 2020-08-12 18:04:50 +03:00
README.md Add badges to readme 2020-08-12 20:17:26 +03:00
rustfmt.toml Move core code from teloxide 2020-08-12 19:39:40 +03:00

teloxide-core

CI status documentation (master) LICENSE

Core part of teloxide library.