Interface: SafeReplyToInteractionParameters<T>
@sapphire/discord.js-utilities.SafeReplyToInteractionParameters
Type parameters
Name | Type |
---|---|
T | extends "edit" | "reply" | never = never |
Properties
componentUpdateContent
• componentUpdateContent: InteractionUpdateOptions
Defined in
interactionEditReplyContent
• interactionEditReplyContent: WebhookMessageEditOptions
Defined in
interactionReplyContent
• interactionReplyContent: InteractionReplyOptions
Defined in
messageMethod
• Optional
messageMethod: T
Defined in
messageMethodContent
• Optional
messageMethodContent: T
extends "reply"
? MessageReplyOptions
: MessageEditOptions
Defined in
messageOrInteraction
• messageOrInteraction: APIMessage
| Message
<boolean
> | AnyInteractableInteraction