Interface RawContainerComponent

interface RawContainerComponent {
    accent_color?: number;
    components: (RawMessageActionRow | RawSectionComponent | RawTextDisplayComponent | RawMediaGalleryComponent | RawSeparatorComponent | RawFileComponent)[];
    spoiler?: boolean;
    type: CONTAINER;
}

Hierarchy

Properties

accent_color?: number
spoiler?: boolean
type: CONTAINER