diff --git a/src/structures/interfaces/messageInteraction.ts b/src/structures/interfaces/messageInteraction.ts index 7e668e31..50dc4ce5 100644 --- a/src/structures/interfaces/messageInteraction.ts +++ b/src/structures/interfaces/messageInteraction.ts @@ -430,6 +430,8 @@ export interface MessageAttachmentOptions { name?: string; /** The ID of the attachment. For existing attachments, this must be the ID snowflake of the attachment, otherwise, this will be the index of the files being sent to Discord. */ id: string | number; + /** The title of the attachment. */ + title?: string; /** The description of the attachment. */ description?: string; /** The duration, in seconds, of the voice message. */