
# ConversationCreateConversation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**TypeEnum**](#TypeEnum) | The conversation type |  [optional]
**peer** | **String** | The peer id |  [optional]


<a name="TypeEnum"></a>
## Enum: TypeEnum
Name | Value
---- | -----
USER | &quot;user&quot;
ROOM | &quot;room&quot;
BOT | &quot;bot&quot;



