| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | Embed title (max 256 chars) | [optional] |
| description | string | Embed body text (max 4,096 chars) | [optional] |
| url | string | URL the title links to | [optional] |
| color | int | Embed accent color as decimal integer (e.g. 5814783 for blue). Convert hex to decimal. | [optional] |
| image | \Zernio\Model\DiscordPlatformDataEmbedsInnerImage | [optional] | |
| thumbnail | \Zernio\Model\DiscordPlatformDataEmbedsInnerImage | [optional] | |
| footer | \Zernio\Model\DiscordPlatformDataEmbedsInnerFooter | [optional] | |
| author | \Zernio\Model\DiscordPlatformDataEmbedsInnerAuthor | [optional] | |
| fields | \Zernio\Model\DiscordPlatformDataEmbedsInnerFieldsInner[] | Up to 25 fields per embed | [optional] |