# ChatUserPresenceProperties

Presence status of this user

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**online** | **boolean** | True if this user has an active user session | [default to undefined]
**status** | **string** | The availability status of this user | [default to undefined]

## Example

```typescript
import { ChatUserPresenceProperties } from 'chatkitty';

const instance: ChatUserPresenceProperties = {
    online,
    status,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
