

# Presence

A presence status
## Properties

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



## Enum: ShowEnum

Name | Value
---- | -----
AWAY | &quot;away&quot;
CHAT | &quot;chat&quot;
DND | &quot;dnd&quot;
XA | &quot;xa&quot;



