Interface InteractionContent

Hierarchy

  • Pick<ExecuteWebhookOptions, "tts" | "content" | "embeds" | "allowedMentions" | "flags" | "components" | "attachments" | "files">
    • InteractionContent

Properties

allowedMentions?: AllowedMentions

An object that specifies the allowed mentions in this message.

attachments?: MessageAttachment[]

An array of partial attachments related to the sent files.

An array of components to send. Convert snake_case keys to camelCase.

content?: string

The content of the message.

An array of embeds to send. Convert snake_case keys to camelCase.

files?: File[]

The files to send.

flags?: number

The flags to send with the message.

tts?: boolean

If the message should be spoken aloud.