APIContainerComponent
https://discord.com/developers/docs/components/reference#container
Signature
export interface APIContainerComponent extends APIBaseComponent<ComponentType.Container>Properties
4Methods
0No methods.
Properties
id?: number;Optional identifier for component
components: APIContainerComponents[];Up to 10 components of the type action row, text display, section, media gallery, separator, or file
accent_color?: number;Color for the accent on the container as RGB from 0x000000 to 0xFFFFFF
spoiler?: boolean;Whether the container should be a spoiler (or blurred out). Defaults to false.