Files
discoursejs/docs/sdk/models/operations/gettopicuser.md

23 lines
794 B
Markdown

# GetTopicUser
## Example Usage
```typescript
import { GetTopicUser } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetTopicUser = {
avatarTemplate: "<value>",
id: 65082,
name: "<value>",
username: "Paxton.Pfannerstill24",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `avatarTemplate` | *string* | :heavy_check_mark: | N/A |
| `id` | *number* | :heavy_check_mark: | N/A |
| `name` | *string* | :heavy_check_mark: | N/A |
| `username` | *string* | :heavy_check_mark: | N/A |