Add StickerID property to Message
This commit is contained in:
parent
a812fd151f
commit
b25eede088
@ -16,6 +16,8 @@ type Message struct {
|
|||||||
Mid string `json:"mid"`
|
Mid string `json:"mid"`
|
||||||
// Seq is order the message was sent in relation to other messages.
|
// Seq is order the message was sent in relation to other messages.
|
||||||
Seq int `json:"seq"`
|
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 is the textual contents of the message.
|
||||||
Text string `json:"text"`
|
Text string `json:"text"`
|
||||||
// Attachments is the information about the attachments which were sent
|
// Attachments is the information about the attachments which were sent
|
||||||
|
Loading…
Reference in New Issue
Block a user