mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
# UserTips
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UserTips } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UserTips = {
|
|
adminGuide: 337477,
|
|
firstNotification: 431785,
|
|
postMenu: 970494,
|
|
suggestedTopics: 592780,
|
|
topicNotificationLevels: 133439,
|
|
topicTimeline: 354506,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------- | ------------------------- | ------------------------- | ------------------------- |
|
|
| `adminGuide` | *number* | :heavy_check_mark: | N/A |
|
|
| `firstNotification` | *number* | :heavy_check_mark: | N/A |
|
|
| `postMenu` | *number* | :heavy_check_mark: | N/A |
|
|
| `suggestedTopics` | *number* | :heavy_check_mark: | N/A |
|
|
| `topicNotificationLevels` | *number* | :heavy_check_mark: | N/A |
|
|
| `topicTimeline` | *number* | :heavy_check_mark: | N/A | |