diff --git a/src/types/messages/message.ts b/src/types/messages/message.ts index 09eb12c1b..55309d1c2 100644 --- a/src/types/messages/message.ts +++ b/src/types/messages/message.ts @@ -73,7 +73,7 @@ export interface Message { activity?: MessageActivity; /** Sent with Rich Presence-related chat embeds */ application?: Partial; - /** If the message is a response to an Interaction, this is the id of the interaction's application */ + /** if the message is an [Interaction](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/) or application-owned webhook, this is the id of the application */ applicationId?: string; /** Data showing the source of a crossposted channel follow add, pin or reply message */ messageReference?: Omit;