BaseMessageOptions

export interface BaseMessageOptions
export interface BaseMessageOptions
The base message options for messages.
allowedMentions?:MessageMentionOptions
Which mentions should be parsed from the message content (see [here](https://discord.com/developers/docs/resources/channel#allowed-mentions-object) for more details)
content?:string
The content for the message. This can only be null when editing a message.
The embeds for the message
The files to send with the message.