interface MessageReplyOptions
extends
Omit<MessageCreateOptions, 'reply' | 'forward'>export interface MessageReplyOptions extends Omit<MessageCreateOptions, 'reply' | 'forward'>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)