Skip to content

Conversation

@kkdai
Copy link
Member

@kkdai kkdai commented Dec 29, 2021

Fix #295

  • You can now retrieve the text entered by the user in a message sticker
  • You can now retrieve up to 1000 user IDs of friends

Reference: https://developers.line.biz/en/news/2021/11/09/messaging-api-update/

@codecov-commenter
Copy link

codecov-commenter commented Dec 29, 2021

Codecov Report

Merging #298 (97bf5a0) into master (a1681df) will not change coverage.
The diff coverage is n/a.

❗ Current head 97bf5a0 differs from pull request most recent head b74da79. Consider uploading reports for the commit b74da79 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #298   +/-   ##
=======================================
  Coverage   78.50%   78.50%           
=======================================
  Files          37       37           
  Lines        2870     2870           
=======================================
  Hits         2253     2253           
  Misses        486      486           
  Partials      131      131           
Impacted Files Coverage Δ
linebot/event.go 97.88% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1681df...b74da79. Read the comment docs.

@kkdai
Copy link
Member Author

kkdai commented Jan 3, 2022

@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"
Copy link
Contributor

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.

@kkdai
Copy link
Member Author

kkdai commented Jan 21, 2022

@clsung I update to previous version, please let me know if you still have any question.

@kkdai kkdai merged commit c1241cb into line:master Jan 24, 2022
@kkdai kkdai mentioned this pull request Jan 24, 2022
2 tasks
kkdai added a commit to kkdai/line-bot-sdk-go that referenced this pull request Feb 6, 2022
kkdai added a commit that referenced this pull request Feb 8, 2022
Fixed #298 sticker text issue, add text parameter.
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.

Messaging API Update - November 2021

3 participants