-
Notifications
You must be signed in to change notification settings - Fork 244
Messaging API Update - November 2021 - Support text enter sticker msg. #298
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
Codecov Report
@@ Coverage Diff @@
## master #298 +/- ##
=======================================
Coverage 78.50% 78.50%
=======================================
Files 37 37
Lines 2870 2870
=======================================
Hits 2253 2253
Misses 486 486
Partials 131 131
Continue to review full report at Codecov.
|
|
@clsung Thank you, would you please check it again? |
linebot/event.go
Outdated
| StickerResourceTypePopup StickerResourceType = "POPUP" | ||
| StickerResourceTypePopupSound StickerResourceType = "POPUP_SOUND" | ||
| StickerResourceTypeNameText StickerResourceType = "NAME_TEXT" | ||
| StickerResourceTypePerStickerMessage StickerResourceType = "MESSAGE" |
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.
My bad in previous review, it should be StickerResourceTypeMessage , and please remove StickerResourceTypePerStickerText and StickerResourceTypeNameText.
|
@clsung I update to previous version, please let me know if you still have any question. |
Fixed #298 sticker text issue, add text parameter.
Fix #295
Reference: https://developers.line.biz/en/news/2021/11/09/messaging-api-update/