interface MessageReplyOptions
extends
Omit<MessageCreateOptions, 'reply'>export interface MessageReplyOptions extends Omit<MessageCreateOptions, 'reply'>Options provided when sending a message as an inline reply.
optionalfailIfNotExists? : boolean = this.client.options.failIfNotExists
Whether to error if the referenced message does not exist (creates a standard message in this case when false)