MadelineProtoDocs/old_docs/API_docs_v43/constructors/inputReportReasonChildAbuse.md

34 lines
521 B
Markdown
Raw Permalink Normal View History

2020-09-12 12:47:38 +02:00
---
title: inputReportReasonChildAbuse
description: Report for child abuse
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputReportReasonChildAbuse
[Back to constructors index](index.md)
Report for child abuse
### Type: [ReportReason](../types/ReportReason.md)
### Example:
```php
$inputReportReasonChildAbuse = ['_' => 'inputReportReasonChildAbuse'];
```
Or, if you're into Lua:
```lua
inputReportReasonChildAbuse={_='inputReportReasonChildAbuse'}
```