Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageEditData

The message data for when editing a message

Hierarchy

Index

Properties

Properties

Optional content

content: undefined | string

The message's raw content

Optional embed

embed: Omit<MessageEmbedOptions, "type" | "provider" | "video"> | MessageEmbed

The message's embed data

Optional files

files: RequestFile[]

The path to a file to send as an attachment

Optional flags

The new flags of the message

Generated using TypeDoc