Explorar o código

Merge pull request #188 from jonas747/develop

Add mention_roles
Bruce %!s(int64=8) %!d(string=hai) anos
pai
achega
2136202ea9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"`