mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
794 B
794 B
GetTopicUser
Example Usage
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 | ✔️ | N/A |
id |
number | ✔️ | N/A |
name |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |