Interface RawMediaGalleryItem

interface RawMediaGalleryItem {
    description?: null | string;
    media: RawUnfurledMediaItem;
    spoiler?: boolean;
}

Properties

description?: null | string
spoiler?: boolean