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

    Interface MediaGalleryComponentResponse

    interface MediaGalleryComponentResponse {
        id: number;
        items: MediaGalleryItemResponse[];
        type: MEDIA_GALLERY;
    }
    Index

    Properties

    Properties

    id: number