revolt_api 0.6.5

Open source user-first chat platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# MessageMasquerade

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Replace the display name shown on this message | [optional]
**avatar** | Option<**String**> | Replace the avatar shown on this message (URL to image file) | [optional]
**colour** | Option<**String**> | Replace the display role colour shown on this message  Must have `ManageRole` permission to use | [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)