interface MessageReplyOptions

extends

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

Options provided when sending a message as an inline reply.

optional
failIfNotExists? : boolean

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