Telegram bot sending XKCD comic with caption on /xkcd id
Find a file
DarkCat09 515ea87156
fix: no markdown, no url
we don't have a URL to the comic itself,
only to the JSON API endpoint

and adding `("parse_mode", "MarkdownV2".to_string())`
would require one more allocation or refactoring the code
2024-11-27 19:00:21 +04:00
src fix: no markdown, no url 2024-11-27 19:00:21 +04:00
.gitignore initial commit 2024-11-26 22:45:46 +04:00
Cargo.lock initial commit 2024-11-26 22:45:46 +04:00
Cargo.toml initial commit 2024-11-26 22:45:46 +04:00
LICENSE initial commit 2024-11-26 22:45:46 +04:00