From b60482dc15ee9f7e4339c8fe222c6c3dd02e656b Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Tue, 13 Apr 2021 21:37:55 +0200 Subject: [PATCH] https://github.com/discord/discord-api-docs/pull/2053 --- src/types/messages/message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/messages/message.ts b/src/types/messages/message.ts index d38f6111d..a7da2d9e0 100644 --- a/src/types/messages/message.ts +++ b/src/types/messages/message.ts @@ -69,7 +69,7 @@ export interface Message { activity?: MessageActivity; /** Sent with Rich Presence-related chat embeds */ application?: MessageApplication; - /** Reference data sent with crossposted messages and replies */ + /** Data showing the source of a crossposted channel follow add, pin or reply message */ messageReference?: MessageReference; /** Message flags combined as a bitfield */ flags?: number;