Preview environment

interface APIThumbnailComponent

export interface APIThumbnailComponent extends APIBaseComponent<ComponentType.Thumbnail>

optional
description? : string | null

optional
id? : number

int32, auto generated via increment if not provided

Inherited from: APIBaseComponent

optional
spoiler? : boolean

type : T

The type of the component

Inherited from: APIBaseComponent