@typed-discord/rest
    Preparing search index...

    Interface ContainerComponentResponse

    interface ContainerComponentResponse {
        accent_color: number | null;
        components: (
            | ActionRowComponentResponse
            | FileComponentResponse
            | MediaGalleryComponentResponse
            | SectionComponentResponse
            | SeparatorComponentResponse
            | TextDisplayComponentResponse
        )[];
        id: number;
        spoiler: boolean;
        type: CONTAINER;
    }
    Index

    Properties

    accent_color: number | null
    id: number
    spoiler: boolean
    type: CONTAINER