mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-04-05 11:37:45 +00:00
Add message_snapshot
This commit is contained in:
parent
ea044b4644
commit
5dbc8814f1
|
@ -23,6 +23,9 @@ type Message struct {
|
||||||
// Flags are the MessageFlags.
|
// Flags are the MessageFlags.
|
||||||
Flags MessageFlags `json:"flags"`
|
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"`
|
||||||
|
|
||||||
// TTS specifies whether the was a TTS message.
|
// TTS specifies whether the was a TTS message.
|
||||||
TTS bool `json:"tts"`
|
TTS bool `json:"tts"`
|
||||||
// Pinned specifies whether the message is pinned.
|
// Pinned specifies whether the message is pinned.
|
||||||
|
|
Loading…
Reference in a new issue