Interface RawThumbnailComponent

interface RawThumbnailComponent {
    description?: string;
    media: UnfurledMediaItem;
    spoiler?: boolean;
    type: THUMBNAIL;
}

Hierarchy

Properties

description?: string
spoiler?: boolean
type: THUMBNAIL