#1858 Tweak application_id wording on message object

#1858 Tweak application_id wording on message object
This commit is contained in:
lts20050703
2021-12-22 07:58:45 +07:00
parent e9dfcbd6bf
commit 733075fd09

View File

@@ -73,7 +73,7 @@ export interface Message {
activity?: MessageActivity;
/** Sent with Rich Presence-related chat embeds */
application?: Partial<Application>;
/** 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<MessageReference, "failIfNotExists">;