From 733075fd0936ebcc90b487fab506d425fe32d080 Mon Sep 17 00:00:00 2001 From: lts20050703 <87189679+lts20050703@users.noreply.github.com> Date: Wed, 22 Dec 2021 07:58:45 +0700 Subject: [PATCH] #1858 Tweak application_id wording on message object #1858 Tweak application_id wording on message object --- 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 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;