
# Presence

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


<a name="ShowEnum"></a>
## Enum: ShowEnum
Name | Value
---- | -----
AWAY | &quot;away&quot;
CHAT | &quot;chat&quot;
DND | &quot;dnd&quot;
XA | &quot;xa&quot;



