interface MessageReplyOptions

extends

Omit<MessageCreateOptions, 'messageReference'>
export interface MessageReplyOptions extends Omit<MessageCreateOptions, 'messageReference'>

Options provided when sending a message as an inline reply.

optional
failIfNotExists? : boolean = this.client.options.failIfNotExists

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