interface ContainerComponentData
extends
BaseComponentDataexport interface ContainerComponentData<ComponentType extends ComponentInContainerData | JSONEncodable<APIComponentInContainer> = | ComponentInContainerData | JSONEncodable<APIComponentInContainer>,> extends BaseComponentDataType Parameters
optionalComponentType? extends ComponentInContainerData | JSONEncodable<APIComponentInContainer> = | ComponentInContainerData | JSONEncodable<APIComponentInContainer>
optionalaccentColor? : number
The accent color of this container
components : readonly ComponentType[]
The components in this container
optionalspoiler? : boolean
Whether the container should be spoilered