added message update, delete events.
This commit is contained in:
@@ -9,6 +9,7 @@ type Message struct {
|
||||
ChannelId string `json:"channel"`
|
||||
AuthorId string `json:"author"`
|
||||
Content interface{} `json:"content"`
|
||||
Edited interface{} `json:"edited"`
|
||||
Embeds []*MessageEmbed `json:"embeds"`
|
||||
Attachments []*Attachment `json:"attachments"`
|
||||
Mentions []string `json:"mentions"`
|
||||
|
||||
Reference in New Issue
Block a user