Browse Source

Merge pull request #188 from jonas747/develop

Add mention_roles
Bruce 8 years ago
parent
commit
2136202ea9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      message.go

+ 1 - 0
message.go

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