Merge pull request #188 from jonas747/develop

Add mention_roles
This commit is contained in:
Bruce 2016-04-30 07:48:24 -05:00
commit 2136202ea9

View file

@ -21,6 +21,7 @@ type Message struct {
Content string `json:"content"` Content string `json:"content"`
Timestamp string `json:"timestamp"` Timestamp string `json:"timestamp"`
EditedTimestamp string `json:"edited_timestamp"` EditedTimestamp string `json:"edited_timestamp"`
MentionRoles []string `json:"mention_roles"`
Tts bool `json:"tts"` Tts bool `json:"tts"`
MentionEveryone bool `json:"mention_everyone"` MentionEveryone bool `json:"mention_everyone"`
Author *User `json:"author"` Author *User `json:"author"`