# RainbowEnduserPortal.CreateFavoriteSuccessData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Id of the favorite. | 
**peerId** | **String** | userId or roomId of the favorite. | 
**position** | **Number** | position of the favorite in favorite list (first position is 0). | 
**type** | **String** | Type of the favorite peer:   * &#x60;user&#x60; for User to User favorite type, * &#x60;room&#x60; for User to Room favorite type. * &#x60;bot&#x60; for User to Bot service favorite type.   | 



## Enum: TypeEnum


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

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

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




