Skip to content

Commit

Permalink
Merge pull request bwmarrin#188 from jonas747/develop
Browse files Browse the repository at this point in the history
Add mention_roles
  • Loading branch information
bwmarrin committed Apr 30, 2016
2 parents 48bb14b + cc3c5e1 commit 4f307c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 4f307c2

Please sign in to comment.