> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/objects/reply-properties.md).

# Reply Properties

#### **Example**

```json
{
	"isByTeam": true,
	"isDraft": false,
	"isHidden": false
}
```

#### Fields

| Field    | Type    | Comments                                        |
| -------- | ------- | ----------------------------------------------- |
| isByTeam | boolean | If `true` reply has been created by teammate    |
| isDraft  | boolean | If `true` reply is in draft status              |
| isHidden | boolean | If `true` reply is hidden in SoMe origin source |
