Interface RawThumbnailComponent

interface RawThumbnailComponent {
    description?: null | string;
    media: RawUnfurledMediaItem;
    spoiler?: boolean;
    type: THUMBNAIL;
}

Hierarchy

Properties

description?: null | string
spoiler?: boolean
type: THUMBNAIL