ReferenceAction Models
ReplyToInteractionActionPayload
Reference for `ReplyToInteractionActionPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for ReplyToInteractionActionPayload, exported as part of the public Shardwire surface.
Signature
export interface ReplyToInteractionActionPayload extends BridgeMessageInput {
interactionId: Snowflake;
ephemeral?: boolean;
}