Add mention_roles
This commit is contained in:
parent
b09ed37294
commit
421496531a
1 changed files with 1 additions and 0 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue