MadelineProto/docs/API_docs/constructors/inputReportReasonOther.md

15 lines
340 B
Markdown
Raw Normal View History

## Constructor: inputReportReasonOther
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[ReportReason](../types/ReportReason.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputReportReasonOther = ['_' => inputReportReasonOther', 'text' => string, ];
```