Skip to content

Add Telegram typing indicator and detailed HTTP error handling#89

Merged
Gerifield merged 1 commit into
mainfrom
telegram-typing-indicator-15186178991090667940
May 6, 2026
Merged

Add Telegram typing indicator and detailed HTTP error handling#89
Gerifield merged 1 commit into
mainfrom
telegram-typing-indicator-15186178991090667940

Conversation

@Gerifield
Copy link
Copy Markdown
Owner

Implemented a continuous typing indicator for the Telegram bot by utilizing a background goroutine that sends the action every 4 seconds until the underlying HTTP call to the AI service completes. Additionally, improved error handling by surfacing HTTP status codes and payloads through a new HTTPError type, enabling the Telegram bot to return a helpful debug message to the user upon failure.


PR created automatically by Jules for task 15186178991090667940 started by @Gerifield

- Added a background goroutine in the Telegram client to send `ChatActionTyping` every 4 seconds during AI HTTP calls.
- Introduced `HTTPError` type in `pkg/httpBotter/logic.go` to expose HTTP status codes and response bodies.
- Updated Telegram client to catch `HTTPError` and reply with a generic error message along with the HTTP status and payload.

Co-authored-by: Gerifield <195914+Gerifield@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@Gerifield Gerifield merged commit 98276c5 into main May 6, 2026
1 check passed
@Gerifield Gerifield deleted the telegram-typing-indicator-15186178991090667940 branch May 6, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant