Interface sendOptions

Hierarchy

  • sendOptions

Properties

components?: ActionRowBuilder<AnyComponentBuilder>[]
content?: null | string
disableMentions?: string
embeds?: EmbedBuilder[]
files?: RawFile[]
webhook?: {
    icon?: null | string;
    name?: null | string;
}

Type declaration

  • Optional icon?: null | string
  • Optional name?: null | string

Generated using TypeDoc