Skip to content

Conversation

@kkdai
Copy link
Member

@kkdai kkdai commented Feb 6, 2022

Fixed PR #298 could not parse enter text "text" from sticker directly.
Original structure Sticker doesn't have the variable.


type StickerMessage struct {
	ID                  string
	PackageID           string
	StickerID           string
	StickerResourceType StickerResourceType
	Keywords            []string

	quickReplyItems *QuickReplyItems
	sender          *Sender
	messageType     MessageType
}

@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2022

Codecov Report

Merging #300 (571fbf6) into master (c1241cb) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
+ Coverage   78.50%   78.53%   +0.02%     
==========================================
  Files          37       37              
  Lines        2870     2874       +4     
==========================================
+ Hits         2253     2257       +4     
  Misses        486      486              
  Partials      131      131              
Impacted Files Coverage Δ
linebot/event.go 97.90% <100.00%> (+0.02%) ⬆️
linebot/message.go 79.10% <100.00%> (+0.14%) ⬆️

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 c1241cb...571fbf6. Read the comment docs.

@kkdai
Copy link
Member Author

kkdai commented Feb 7, 2022

@clsung Do you have time to help to review it?

Copy link
Contributor

@clsung clsung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kkdai kkdai merged commit e31fbff into line:master Feb 8, 2022
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.

3 participants