interface APIMessageStringSelectInteractionData

external
export interface APIMessageStringSelectInteractionData extends APIMessageComponentBaseInteractionData<ComponentType.StringSelect>

external
component_type : CType

The type of the component

Inherited from: APIMessageComponentBaseInteractionData

external
custom_id : string

The custom_id of the component

Inherited from: APIMessageComponentBaseInteractionData

external
values : string[]