Preview environment

class ThumbnailBuilder

export declare class ThumbnailBuilder extends ComponentBuilder<APIThumbnailComponent>

Constructors

constructor()

Creates a new thumbnail from API data.

The API data associated with this component.

Inherited from: ComponentBuilder

clearDescription() : this

Clears the description of this thumbnail.

clearId() : this

Clears the id of this component, defaulting to a default incremented id.

Inherited from: ComponentBuilder

setDescription(
description: string
) : this

Sets the description of this thumbnail.

setId(
id: number
) : this

Sets the id (not the custom id) for this component.

Inherited from: ComponentBuilder

setSpoiler(
spoiler?: boolean
) : this

Sets the spoiler status of this thumbnail.

setURL(
url: string
) : this

Sets the media URL of this thumbnail.

Serializes this builder to API-compatible JSON data.