mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
As discussed in #987, the current behavior of captions regarding media groups is documented in neither teloxide nor the Telegram API[0]. Users of the official telegram clients may expect to be able to set what appears to them as a "global" caption on media groups, when such a thing does not actually exist in the API, and is just the result of how official clients render media groups with only one captioned `InputMedia`. This commit changes the schema which auto-generates payload types, as well as introduces the changes induced to the documentation of `SendMediaGroup`. Fix #987. Links: [0]: https://core.telegram.org/bots/api#sendmediagroup Signed-off-by: Lymkwi <lymkwi@vulpinecitrus.info> |
||
---|---|---|
.. | ||
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.9"
Compiler support: requires rustc 1.68+.