mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
18 lines
705 B
Markdown
18 lines
705 B
Markdown
# ListTopTopicsUsers
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListTopTopicsUsers } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListTopTopicsUsers = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `avatarTemplate` | *string* | :heavy_minus_sign: | N/A |
|
|
| `id` | *number* | :heavy_minus_sign: | N/A |
|
|
| `name` | *string* | :heavy_minus_sign: | N/A |
|
|
| `username` | *string* | :heavy_minus_sign: | N/A | |