Hierarchy

  • MessageBuilder

Constructors

Properties

data: {
    components: APIMessageComponent[];
    content?: string;
    embeds: APIEmbed[];
}

Type declaration

  • components: APIMessageComponent[]
  • Optional content?: string
  • embeds: APIEmbed[]

Methods

  • Get the JSON representation of the message

    Returns

    Returns Object

Generated using TypeDoc