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