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

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 |