revolt_api 0.5.5

Rust typings for the Revolt API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# EmbedOneOf3

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_type** | **String** |  | 
**icon_url** | Option<**String**> | URL to icon | [optional]
**url** | Option<**String**> | URL for title | [optional]
**title** | Option<**String**> | Title of text embed | [optional]
**description** | Option<**String**> | Description of text embed | [optional]
**media** | Option<[**crate::models::File**]File.md> | ID of uploaded autumn file | [optional]
**colour** | Option<**String**> | CSS Colour | [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)