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

    Interface MediaGalleryComponentForMessageRequest

    interface MediaGalleryComponentForMessageRequest {
        id?: number | null;
        items: MediaGalleryItemRequest[];
        type: MEDIA_GALLERY;
    }
    Index

    Properties

    Properties

    id?: number | null