mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
23 lines
773 B
Markdown
23 lines
773 B
Markdown
# SilencedBy
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { SilencedBy } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: SilencedBy = {
|
|
avatarTemplate: "<value>",
|
|
id: 341698,
|
|
name: "<value>",
|
|
username: "Lucas_Padberg",
|
|
};
|
|
```
|
|
|
|
## 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 | |