export declare class ModalBuilder implements JSONEncodable<APIModalInteractionResponseCallbackData>
No summary provided.
Adds components to this modal
Name | Type | Optional | Description |
---|---|---|---|
components | RestOrArray<ActionRowBuilder<ModalActionRowComponentBuilder> | APIActionRowComponent<APIModalActionRowComponent>> | No | None |
Sets the components in this modal
Name | Type | Optional | Description |
---|---|---|---|
components | RestOrArray<ActionRowBuilder<ModalActionRowComponentBuilder>> | No | None |
Sets the custom id of the modal
Name | Type | Optional | Description |
---|---|---|---|
customId | string | No | None |
Sets the title of the modal
Name | Type | Optional | Description |
---|---|---|---|
title | string | No | None |