ReferenceAction Models
ShowModalActionPayload
Reference for `ShowModalActionPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for ShowModalActionPayload, exported as part of the public Shardwire surface.
Signature
export interface ShowModalActionPayload {
interactionId: Snowflake;
title: string;
customId: string;
components: APIActionRowComponent<APITextInputComponent>[];
}