mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
1.8 KiB
1.8 KiB
Posters
Example Usage
import { Posters } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Posters = {
description: "Operative composite product",
extras: "<value>",
user: {
avatarTemplate: "<value>",
id: 166047,
name: "<value>",
username: "Neal.Walker48",
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
description |
string | ✔️ | N/A |
extras |
string | ✔️ | N/A |
user |
operations.GetTopicUser | ✔️ | N/A |