Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from EddyTravels/feature/sticker-id
Browse files Browse the repository at this point in the history
Add StickerID property to Message
  • Loading branch information
paked authored Jan 2, 2019
2 parents a812fd1 + b25eede commit 8a7cca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ type Message struct {
Mid string `json:"mid"`
// Seq is order the message was sent in relation to other messages.
Seq int `json:"seq"`
// StickerID is the ID of the sticker user sent.
StickerID int `json:"sticker_id"`
// Text is the textual contents of the message.
Text string `json:"text"`
// Attachments is the information about the attachments which were sent
Expand Down

0 comments on commit 8a7cca0

Please sign in to comment.