# S2SApi.ApiRainbowUcsV10ConnectionsConversation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | the conversation Id | 
**action** | **String** | the action type | 
**peer** | **String** | the peer Id | 
**type** | **String** | the peer type | 
**mute** | **Boolean** | the mute flag | [optional] 



## Enum: ActionEnum


* `create` (value: `"create"`)

* `update` (value: `"update"`)

* `delete` (value: `"delete"`)





## Enum: TypeEnum


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

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

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




