mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 12:27:49 +00:00
19 lines
2.7 KiB
Markdown
19 lines
2.7 KiB
Markdown
# GetUserSentPrivateMessagesResponseBody
|
|
|
|
private messages
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetUserSentPrivateMessagesResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: GetUserSentPrivateMessagesResponseBody = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
|
|
| `primaryGroups` | *any*[] | :heavy_minus_sign: | N/A |
|
|
| `topicList` | [operations.GetUserSentPrivateMessagesTopicList](../../../sdk/models/operations/getusersentprivatemessagestopiclist.md) | :heavy_minus_sign: | N/A |
|
|
| `users` | [operations.GetUserSentPrivateMessagesUsers](../../../sdk/models/operations/getusersentprivatemessagesusers.md)[] | :heavy_minus_sign: | N/A | |