MadelineProto/old_docs/API_docs_v23/constructors/inputReportReasonOther.md

27 lines
492 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) | Required|
### Type: [ReportReason](../types/ReportReason.md)
### Example:
```
$inputReportReasonOther = ['_' => 'inputReportReasonOther', 'text' => string, ];
```