MadelineProto/old_docs/API_docs_v70/constructors/inputReportReasonSpam.md

38 lines
515 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'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputReportReasonSpam"}
```
Or, if you're into Lua:
```
inputReportReasonSpam={_='inputReportReasonSpam'}
```