mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Teloxide cannot distinguish supergroups from channels based on ChatIds,
so channel throttling limits are applied to supergroups as well.
It took me a while to troubleshoot why sending a bunch of messages was
twice as slow as in the original Python implementation 😄
|
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
schema.ron |
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.10.1"
Compiler support: requires rustc 1.80+.