No summary provided.
Creates a new thumbnail from API data.
Example
Creating a thumbnail from an API data object:Example
Creating a thumbnail using setters and API data:| Name | Type | Optional | Description | 
|---|---|---|---|
| data | Partial<APIThumbnailComponent> | Yes | The API data to create this thumbnail with | 
Clears the description of this thumbnail.
Clears the id of this component, defaulting to a default incremented id.
Inherited from ComponentBuilderSets the description of this thumbnail.
| Name | Type | Optional | Description | 
|---|---|---|---|
| description | string | No | The description to use | 
Sets the id of this component.
| Name | Type | Optional | Description | 
|---|---|---|---|
| id | number | No | The id to use | 
Sets the spoiler status of this thumbnail.
| Name | Type | Optional | Description | 
|---|---|---|---|
| spoiler | boolean | Yes | The spoiler status to use | 
Sets the media URL of this thumbnail.
| Name | Type | Optional | Description | 
|---|---|---|---|
| url | string | No | The URL to use | 
Serializes this builder to API-compatible JSON data.Note that by disabling validation, there is no guarantee that the resulting object will be valid.
| Name | Type | Optional | Description | 
|---|---|---|---|
| validationOverride | boolean | Yes | Force validation to run/not run regardless of your global preference |