zernio 0.0.153

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
# DiscordPlatformDataEmbedsInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | Option<**String**> | Embed title (max 256 chars) | [optional]
**description** | Option<**String**> | Embed body text (max 4,096 chars) | [optional]
**url** | Option<**String**> | URL the title links to | [optional]
**color** | Option<**i32**> | Embed accent color as decimal integer (e.g. 5814783 for blue). Convert hex to decimal. | [optional]
**image** | Option<[**models::DiscordPlatformDataEmbedsInnerImage**]DiscordPlatformDataEmbedsInnerImage.md> |  | [optional]
**thumbnail** | Option<[**models::DiscordPlatformDataEmbedsInnerImage**]DiscordPlatformDataEmbedsInnerImage.md> |  | [optional]
**footer** | Option<[**models::DiscordPlatformDataEmbedsInnerFooter**]DiscordPlatformDataEmbedsInnerFooter.md> |  | [optional]
**author** | Option<[**models::DiscordPlatformDataEmbedsInnerAuthor**]DiscordPlatformDataEmbedsInnerAuthor.md> |  | [optional]
**fields** | Option<[**Vec<models::DiscordPlatformDataEmbedsInnerFieldsInner>**]DiscordPlatformDataEmbedsInnerFieldsInner.md> | Up to 25 fields per embed | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)