mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
2.7 KiB
2.7 KiB
GetUserSentPrivateMessagesResponseBody
private messages
Example Usage
import { GetUserSentPrivateMessagesResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetUserSentPrivateMessagesResponseBody = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
primaryGroups |
any[] | ➖ | N/A |
topicList |
operations.GetUserSentPrivateMessagesTopicList | ➖ | N/A |
users |
operations.GetUserSentPrivateMessagesUsers[] | ➖ | N/A |