mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 07:47:24 +01:00
25 lines
486 B
Markdown
25 lines
486 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, ];
|
|
``` |