chatkitty
Version:
OpenAPI client for chatkitty
22 lines (14 loc) • 573 B
Markdown
# ChatUserUsernameReference
Reference to a user by username
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **string** | Username associated with this user | [default to undefined]
## Example
```typescript
import { ChatUserUsernameReference } from 'chatkitty';
const instance: ChatUserUsernameReference = {
username,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)