Skip to main content

ThumbnailComponent

@discordeno/bot


Documentation / @discordeno/bot / ThumbnailComponent

Interface: ThumbnailComponent

Defined in: packages/types/dist/types/discordeno.d.ts:257

https://discord.com/developers/docs/components/reference#thumbnail

Extends

Properties

description?

optional description: string

Defined in: packages/types/dist/types/discordeno.d.ts:262

Alt text for the media


id?

optional id: number

Defined in: packages/types/dist/types/discordeno.d.ts:65

32 bit integer used as an optional identifier for component

Inherited from

BaseComponent.id


media

media: DiscordUnfurledMediaItem

Defined in: packages/types/dist/types/discordeno.d.ts:260

A url or attachment


spoiler?

optional spoiler: boolean

Defined in: packages/types/dist/types/discordeno.d.ts:264

Whether the thumbnail should be a spoiler (or blurred out). Defaults to false


type

type: Thumbnail

Defined in: packages/types/dist/types/discordeno.d.ts:258

The type of the component

Overrides

BaseComponent.type