interface APIMessageRoleSelectInteractionData

external
export interface APIMessageRoleSelectInteractionData extends APIMessageComponentBaseInteractionData<ComponentType.RoleSelect>

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
resolved : Required<Pick<APIInteractionDataResolved, 'roles'>>

external
values : Snowflake[]