Interface ContainerComponent

interface ContainerComponent {
    accentColor?: number;
    components: (MessageActionRow | SectionComponent | TextDisplayComponent | MediaGalleryComponent | SeparatorComponent | FileComponent)[];
    id?: number;
    spoiler?: boolean;
    type: CONTAINER;
}

Hierarchy (view full)

Properties

accentColor?: number
id?: number

Autoincremented number if not provided

spoiler?: boolean
type: CONTAINER