

# Conversation

A conversation
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**TypeEnum**](#TypeEnum) | The conversation type |  [optional]
**peer** | **String** | The peer id |  [optional]
**mute** | **Boolean** | The conversation mute state |  [optional]
**id** | **String** | The conversation identifier |  [optional]
**creationDate** | **String** | The creation datetime |  [optional]



## Enum: TypeEnum

Name | Value
---- | -----
USER | &quot;user&quot;
ROOM | &quot;room&quot;
BOT | &quot;bot&quot;



