added message update, delete events.

This commit is contained in:
5elenay
2021-08-22 04:03:35 +03:00
parent 2fbd2fe896
commit 2c3446fcd8
3 changed files with 46 additions and 2 deletions

View File

@@ -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"`