MessageReplyOptions

export interface MessageReplyOptions extends Omit<MessageCreateOptions, 'reply'>
export interface MessageReplyOptions extends Omit<MessageCreateOptions, 'reply'>
Options provided when sending a message as an inline reply.

Extends

Omit<MessageCreateOptions, 'reply'>
failIfNotExists?:boolean
Whether to error if the referenced message does not exist (creates a standard message in this case when false) (default: this.client.options.failIfNotExists)