forked from pothtonswer/discordmuffin
Removed Mentions struct, as its the same as User
This commit is contained in:
parent
c99caaf2d7
commit
f3ddf16ff7
1 changed files with 1 additions and 4 deletions
|
@ -37,13 +37,10 @@ type Message struct {
|
||||||
Timestamp string `json:"timestamp"`
|
Timestamp string `json:"timestamp"`
|
||||||
MentionEveryone bool `json:"mention_everyone"`
|
MentionEveryone bool `json:"mention_everyone"`
|
||||||
EditedTimestamp string `json:"edited_timestamp"`
|
EditedTimestamp string `json:"edited_timestamp"`
|
||||||
Mentions []Mention `json:"mentions"`
|
Mentions []User `json:"mentions"`
|
||||||
ChannelId int `json:"channel_id,string"`
|
ChannelId int `json:"channel_id,string"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Mention struct {
|
|
||||||
}
|
|
||||||
|
|
||||||
type Attachment struct {
|
type Attachment struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue