interface ActionRowModalData {
    components: readonly TextInputModalData[];
    type: ActionRow;
}

Properties

Properties

components: readonly TextInputModalData[]
type: ActionRow