Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added get methods for message types in the Message class #203

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

Cavassoni
Copy link
Collaborator

@Cavassoni Cavassoni commented Aug 19, 2024

Added get methods for the following message types:

  • InteractiveMessage
  • TextMessage
  • ContactMessage
  • TemplateMessage
  • AudioMessage
  • DocumentMessage
  • ImageMessage
  • StickerMessage
  • VideoMessage
  • ReactionMessage
  • LocationMessage

Adição de métodos get para os seguintes tipos de mensagens:
- InteractiveMessage
- TextMessage
- ContactMessage
- TemplateMessage
- AudioMessage
- DocumentMessage
- ImageMessage
- StickerMessage
- VideoMessage
- ReactionMessage
- LocationMessage
@github-actions github-actions bot added the java Pull requests that update Java code label Aug 19, 2024
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.00%. Comparing base (0993e22) to head (b42a513).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #203      +/-   ##
============================================
+ Coverage     85.86%   86.00%   +0.14%     
- Complexity      516      529      +13     
============================================
  Files           165      165              
  Lines          1252     1265      +13     
  Branches         12       12              
============================================
+ Hits           1075     1088      +13     
  Misses          158      158              
  Partials         19       19              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Cavassoni Cavassoni changed the title Adição de métodos get para os tipos de mensagens na classe Message Added get methods for message types in the Message class Aug 20, 2024
@Bindambc Bindambc merged commit 1042fd7 into main Aug 20, 2024
9 of 10 checks passed
@Bindambc Bindambc deleted the feature/message_get_method branch August 20, 2024 22:55
@Bindambc Bindambc added the enhancement New feature or request label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants