Interface: SafeReplyToInteractionParameters<T>
discord.js-utilities/src.SafeReplyToInteractionParameters
Type parameters
Name | Type |
---|---|
T | extends "edit" | "reply" | never = never |
Properties
componentUpdateContent
• componentUpdateContent: InteractionUpdateOptions
Defined in
interactionEditReplyContent
• interactionEditReplyContent: WebhookEditMessageOptions
Defined in
interactionReplyContent
• interactionReplyContent: InteractionReplyOptions
Defined in
messageMethod
• Optional
messageMethod: T
Defined in
messageMethodContent
• Optional
messageMethodContent: T
extends "reply"
? ReplyMessageOptions
: MessageEditOptions
Defined in
messageOrInteraction
• messageOrInteraction: Message
<boolean
> | APIMessage
| CommandInteraction
<CacheType
> | ContextMenuInteraction
<CacheType
> | SelectMenuInteraction
<CacheType
> | ButtonInteraction
<CacheType
>