Interface RawModalSubmitTextInputComponent

interface RawModalSubmitTextInputComponent {
    custom_id: string;
    type: TEXT_INPUT;
    value: string;
}

Hierarchy (view full)

Properties

Properties

custom_id: string
value: string