Telegram: Support sending a screenshot as a captioned photo - #642
Open
zebrapurring wants to merge 2 commits into
Open
Telegram: Support sending a screenshot as a captioned photo#642zebrapurring wants to merge 2 commits into
zebrapurring wants to merge 2 commits into
Conversation
Signed commits reportAll 2 commits between |
3 tasks
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cbd2189. Configure here.
zebrapurring
force-pushed
the
telegram-image-captions
branch
from
July 27, 2026 16:00
cbd2189 to
60a8943
Compare
Add an opt-in setting that combines a single alert screenshot and short message into one Telegram photo notification. Fall back to the existing delivery flow when caption constraints are not met.
Fall back to the text-first delivery path when preparing or sending a captioned image fails, and cover image read and upload errors with regression tests.
zebrapurring
force-pushed
the
telegram-image-captions
branch
from
July 27, 2026 16:04
60a8943 to
d9f2167
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add an opt-in setting that combines a single alert screenshot and short message into one Telegram photo notification. Fall back to the existing delivery flow when caption constraints are not met.
Addresses #123.
Related to grafana/grafana#10631.
Alternative to #240.