This commit is contained in:
Fedor Lapshin
2025-03-04 13:11:21 +03:00
parent 37a2344340
commit b1d61337e7

View File

@@ -476,7 +476,7 @@ type MessageApplication struct {
Name string `json:"name"`
}
// MessageSnapshot represents a snapshot of forwarded messages.
// MessageSnapshot represents a snapshot of a forwarded message.
// https://discord.com/developers/docs/resources/message#message-snapshot-object
type MessageSnapshot struct {
Message *Message `json:"message"`