interface ReplyOptions

export interface ReplyOptions

Options for sending a message with a reply.

optional
failIfNotExists? : boolean

Whether to error if the referenced message does not exist (creates a standard message in this case when false)

messageReference : MessageResolvable

The message to reply to (must be in the same channel and not system)