MadelineProtoDocs/old_docs/API_docs_v82/constructors/inputReportReasonPornography.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
642 B
Markdown

---
title: inputReportReasonPornography
description: Report reason pornography
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputReportReasonPornography
[Back to constructors index](index.md)
Report reason pornography
### Type: [ReportReason](../types/ReportReason.md)
### Example:
```php
$inputReportReasonPornography = ['_' => 'inputReportReasonPornography'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputReportReasonPornography"}
```
Or, if you're into Lua:
```lua
inputReportReasonPornography={_='inputReportReasonPornography'}
```