Interface MediaGalleryItem

interface MediaGalleryItem {
    description?: null | string;
    media: UnfurledMediaItem;
    spoiler?: boolean;
}

Properties

description?: null | string
spoiler?: boolean