# S2SApi.Conversation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | 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] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `user` (value: `"user"`)

* `room` (value: `"room"`)

* `bot` (value: `"bot"`)




