A builder that creates API-compatible JSON data for the embed footer.
Implements
JSONEncodable<APIEmbedFooter>Creates a new embed footer from API data.
| Name | Type | Optional | Description | 
|---|---|---|---|
| data | Partial<APIEmbedFooter> | Yes | The API data to use | 
Clears the icon URL for this embed footer.
Sets the url for this embed footer.
| Name | Type | Optional | Description | 
|---|---|---|---|
| url | string | No | The url to use | 
Sets the text for this embed footer.
| Name | Type | Optional | Description | 
|---|---|---|---|
| text | string | No | The text 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 |