Skip to content

ReplyOptions

Package: @erinjs/core

Options for message.reply() — ping toggle and reply-to-different-message.

Properties

NameTypeReadonlyOptionalDescription
pingbooleanNoYesWhether to ping the replied-to user (default true). Use false to suppress the mention notification.
replyToMessage | { channelId: string; messageId: string; }NoYesReply to a different message instead of this one. Default: this message.

Released under the Apache-2.0 License.