Interface RawModalActionRow

interface RawModalActionRow {
    components: RawTextInput[];
    type: ACTION_ROW;
}

Hierarchy (view full)

Properties

Properties

components: RawTextInput[]