mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
777 B
777 B
SuspendedBy
Example Usage
import { SuspendedBy } from "@lukehagar/discoursejs/sdk/models/operations";
let value: SuspendedBy = {
avatarTemplate: "<value>",
id: 372679,
name: "<value>",
username: "Alberto_Lehner",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
avatarTemplate |
string | ✔️ | N/A |
id |
number | ✔️ | N/A |
name |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |