Embed
CUSTOM
| Field | Type | Description |
|---|---|---|
| type | "CUSTOM" | The type of this Embed variant. |
| content | String | |
| thumbnail? | String | |
| color? | Number | |
| border_colour? | Number |
IMAGE
| Field | Type | Description |
|---|---|---|
| type | "IMAGE" | The type of this Embed variant. |
| url | String | |
| width | Number | |
| height | Number |
VIDEO
| Field | Type | Description |
|---|---|---|
| type | "VIDEO" | The type of this Embed variant. |
| url | String | |
| width | Number | |
| height | Number |
WEBSITE
| Field | Type | Description |
|---|---|---|
| type | "WEBSITE" | The type of this Embed variant. |
| url | String | |
| name | String? | |
| title | String? | |
| description | String? | |
| colour | String? | |
| image | String? | |
| image_width | Number? | |
| image_height | Number? |
YOU_TUBE_VIDEO
| Field | Type | Description |
|---|---|---|
| type | "YOU_TUBE_VIDEO" | The type of this Embed variant. |
| url | String | |
| title | String | |
| video_id | String | |
| description | String? | |
| channel | String | |
| channel_url | String | |
| timestamp | Number? |
SPOTIFY
| Field | Type | Description |
|---|---|---|
| type | "SPOTIFY" | The type of this Embed variant. |
| url | String | |
| title | String | |
| iframe | String |