Optional allowedOptional attachmentsAn array of partial attachments related to the sent files.
Optional avatarURLThe url of an avatar to use.
Optional componentsAn array of components to send. snake_case keys should be converted to camelCase, or passed through Util#rawMessageComponents. Note that the Contents~MessageFlags.IS_COMPONENTS_V2 | IS_COMPONENTS_V2 flag must be provided to use any of the v2 components, and with this enabled content, embeds, and stickerIDs cannot be used.
Optional contentThe content of the message.
Optional embedsAn array of embeds to send. snake_case keys should be converted to camelCase, or passed through Util#rawEmbeds.
Optional filesThe files to send.
Optional flagsThe Message Flags to send with the message.
Optional pollA poll to send. Messages with a poll cannot be edited.
As of 4/18/24, attachments cannot be sent with polls.
Optional threadIDThe id of the thread to send the message to.
Optional threadThe name of the thread to create (forum channels).
Optional ttsIf the message should be spoken aloud.
Optional usernameThe username to use.
Optional with
An object that specifies the allowed mentions in this message.