mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-10 12:27:48 +00:00
20 lines
3.7 KiB
Markdown
20 lines
3.7 KiB
Markdown
# ListUserPrivateMessagesTopicList
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListUserPrivateMessagesTopicList } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListUserPrivateMessagesTopicList = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
|
| `canCreateTopic` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `draft` | *string* | :heavy_minus_sign: | N/A |
|
|
| `draftKey` | *string* | :heavy_minus_sign: | N/A |
|
|
| `draftSequence` | *number* | :heavy_minus_sign: | N/A |
|
|
| `perPage` | *number* | :heavy_minus_sign: | N/A |
|
|
| `topics` | [operations.ListUserPrivateMessagesTopics](../../../sdk/models/operations/listuserprivatemessagestopics.md)[] | :heavy_minus_sign: | N/A | |