mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
#1858 Tweak application_id wording on message object
#1858 Tweak application_id wording on message object
This commit is contained in:
@@ -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">;
|
||||
|
||||
Reference in New Issue
Block a user