Results

Namespace

Type

Options for an outgoing message response to a command invocation.

content is required unless embeds or attachments are specified.

Hierarchy

  • IResponseMessageOptions <-- You are here!

Index

Properties

Optional allowedMentions

allowedMentions: IAllowedMentions

The allowed mentions for this response. By default, 'everyone' and 'roles' are false.

Optional attachments

Attachments to include with this message.

Optional components

components: any

(WIP) The components for this message.

Optional content

content: undefined | string

The string content of the message. Must be set if embeds are empty.

Optional embeds

embeds: Array<Embed>

An array of Embed objects to attach to this response.

Optional tts

tts: undefined | false | true

If true, the message will be spoken via text-to-speech audio on the client (if enabled).

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc