

# ConversationCreateConversation

Conversation object
## Properties

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



## Enum: TypeEnum

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



