Interface APIMessageComponentBaseInteractionData<CType>

interface APIMessageComponentBaseInteractionData<CType extends ComponentType> {
    component_type: CType;
    custom_id: string;
}

Type Parameters

Hierarchy (View Summary)

Properties

component_type: CType

The type of the component

custom_id: string

The custom_id of the component