mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 09:12:53 +00:00
fixup
This commit is contained in:
parent
5dbc8814f1
commit
b51a6fc5a6
|
@ -24,7 +24,7 @@ type Message struct {
|
|||
Flags MessageFlags `json:"flags"`
|
||||
|
||||
// The message associated with the message_reference. This is a minimal subset of fields in a message (e.g. author is excluded.)
|
||||
MessageSnapshot []Message `json:"message_snapshot,omitempty"`
|
||||
MessageSnapshots []Message `json:"message_snapshots,omitempty"`
|
||||
|
||||
// TTS specifies whether the was a TTS message.
|
||||
TTS bool `json:"tts"`
|
||||
|
|
Loading…
Reference in a new issue