ThumbnailComponent
classe · Source
Constructor
new ThumbnailComponent(data?: ThumbnailComponent | APIThumbnailComponent)
Parameters
| Name | Type | Description |
|---|---|---|
data? | ThumbnailComponent | APIThumbnailComponent | The data Default: {}. |
Properties
media
media: UnfurledMediaItem
A url or attachment Source
description
description: String
Alt text for the media, max 1024 characters Source
spoiler
spoiler: Boolean
Whether the thumbnail should be a spoiler (or blurred out). Defaults to false Source
Methods
toJSON
toJSON(): APIThumbnailComponent
**Returns:** `APIThumbnailComponent` [Source](https://github.com/AltKit/discord/blob/selfbotjs/src/structures/ThumbnailComponent.js#L47)