APIContainerComponent

https://discord.com/developers/docs/components/reference#container

Signature

export interface APIContainerComponent extends APIBaseComponent<ComponentType.Container>

Properties

4

Methods

0

No methods.

Properties

id?: number;

Optional identifier for component

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.