-
-
Notifications
You must be signed in to change notification settings - Fork 92
[Ming] Support the whatsapp send Media Carousel Template message #223
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello and welcome! We are excited to see your first pull request and appreciate your contribution to our project. Our team is reviewing your changes and we will provide feedback as soon as possible. Thank you for taking the time to improve our project and we look forward to working with you!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #223 +/- ##
============================================
- Coverage 86.02% 84.70% -1.33%
Complexity 529 529
============================================
Files 165 167 +2
Lines 1267 1288 +21
Branches 12 12
============================================
+ Hits 1090 1091 +1
- Misses 158 178 +20
Partials 19 19 ☔ View full report in Codecov by Sentry. |
Context
The repository doesn't support the Media Carousel template message. Refer the official [API document] (https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-message-templates/media-card-carousel-templates)
Changelog
Introduce the new class
CarouselCard
which can be put inside theTemplateMessage
. Also added the code sample inside the example folder and indicate how to use this feature.Preview of the Template Message