No summary provided.
Extends
ComponentBuilder<APIFileComponent>Creates a new file from API data.
Example
Creating a file from an API data object:Example
Creating a file using setters and API data:Name | Type | Optional | Description |
---|---|---|---|
data | Partial<APIFileComponent> | Yes | The API data to create this file with |
The API data associated with this component.
Inherited from ComponentBuilderClears the id of this component, defaulting to a default incremented id.
Inherited from ComponentBuilderSets the id (not the custom id) for this component.
Name | Type | Optional | Description |
---|---|---|---|
id | number | No | The id for this component |
Sets the spoiler status of this file.
Name | Type | Optional | Description |
---|---|---|---|
spoiler | boolean | Yes | The spoiler status to use |
Sets the media URL of this file.
Name | Type | Optional | Description |
---|---|---|---|
url | string | No | The URL to use |
Serializes this builder to API-compatible JSON data.