Merge pull request #54 from EddyTravels/feature/sticker-id
Add StickerID property to Message
This commit is contained in:
commit
8a7cca0c41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user