# S2SApi.Presence

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **String** | An optional additional information | [optional] 
**show** | **String** | The user presence status | [optional] 


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


* `away` (value: `"away"`)

* `chat` (value: `"chat"`)

* `dnd` (value: `"dnd"`)

* `xa` (value: `"xa"`)




