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