# ApplicationSettingsProperties


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**guest_users** | **string** | Toggle state of this settings option | [default to undefined]
**user_created_channels** | **string** | Toggle state of this settings option | [default to undefined]

## Example

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

const instance: ApplicationSettingsProperties = {
    guest_users,
    user_created_channels,
};
```

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