mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
22 lines
325 B
Markdown
22 lines
325 B
Markdown
---
|
|
title: inputReportReasonSpam
|
|
description: inputReportReasonSpam attributes, type and example
|
|
---
|
|
## Constructor: inputReportReasonSpam
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [ReportReason](../types/ReportReason.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputReportReasonSpam = ['_' => 'inputReportReasonSpam', ];
|
|
```
|
|
|