Appearance
ReplyOptions
Package: @erinjs/core
Options for message.reply() — ping toggle and reply-to-different-message.
Properties
| Name | Type | Readonly | Optional | Description |
|---|---|---|---|---|
ping | boolean | No | Yes | Whether to ping the replied-to user (default true). Use false to suppress the mention notification. |
replyTo | Message | { channelId: string; messageId: string; } | No | Yes | Reply to a different message instead of this one. Default: this message. |