APIModalSubmission
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-modal-submit-data-structure
Signature
export interface APIModalSubmissionProperties
3Methods
0No methods.
Properties
custom_id: string;A developer-defined identifier for the component, max 100 characters
components: ModalSubmitInsideLabel[];A list of child components
resolved?: { attachments?: Record<Snowflake, Omit<APIAttachment, 'duration_secs' | 'waveform'>>; members?: Record<Snowflake, APIInteractionDataResolvedGuildMember>; roles?: Record<Snowflake, APIRole>; users?: Record<Snowflake, APIUser>; channels?: Record<Snowflake, APIInteractionDataResolvedChannel>;};Resolved data structure