interface APIThumbnailComponent

external
export interface APIThumbnailComponent extends APIBaseComponent<ComponentType.Thumbnail>

optionalexternal
description? : string | null

optionalexternal
id? : number

int32, auto generated via increment if not provided

Inherited from: APIBaseComponent

external
media : APIUnfurledMediaItem

optionalexternal
spoiler? : boolean

external
type : T

The type of the component

Inherited from: APIBaseComponent