mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 12:27:48 +00:00
20 lines
658 B
Markdown
20 lines
658 B
Markdown
# ReplyToUser
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ReplyToUser } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ReplyToUser = {
|
|
avatarTemplate: "<value>",
|
|
username: "Anastacio4",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `avatarTemplate` | *string* | :heavy_check_mark: | N/A |
|
|
| `name` | *string* | :heavy_minus_sign: | N/A |
|
|
| `username` | *string* | :heavy_check_mark: | N/A | |