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

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 |