Add GIF support to Telegram messages - #9
Conversation
- Extended TelegramMessage model to include an animation field. - Updated BotService to use the sendAnimation Telegram API endpoint when an animation is present. - Added JUnit 5 and Mockito for unit testing. - Added comprehensive unit tests for BotService. - Updated README.md with an example of how to send a GIF. Co-authored-by: shahidfoy <12647062+shahidfoy@users.noreply.github.com>
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Extended TelegramMessage model to include an animation field. - Updated BotService to use the sendAnimation Telegram API endpoint when an animation is present. - Added JUnit 5 and Mockito for unit testing. - Added comprehensive unit tests for BotService. - Updated README.md with an example of how to send a GIF. - Bumped project version to 0.2.2 as required by CI. Co-authored-by: shahidfoy <12647062+shahidfoy@users.noreply.github.com>
…ping version to v0.3
This change improves the functionality of the Telegram client by allowing users to add GIFs to their messages. This is achieved by adding an
animationfield to theTelegramMessageclass and updating theBotServiceto use thesendAnimationendpoint when this field is populated. Unit tests have been added to ensure correctness and prevent regressions.PR created automatically by Jules for task 13447915906690943465 started by @shahidfoy