36 lines
593 B
Markdown
36 lines
593 B
Markdown
|
---
|
||
|
title: inputReportReasonOther
|
||
|
description: inputReportReasonOther attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputReportReasonOther
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|text|[string](../types/string.md) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ReportReason](../types/ReportReason.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputReportReasonOther = ['_' => 'inputReportReasonOther', 'text' => string, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputReportReasonOther={_='inputReportReasonOther', text=string, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|