34 lines
527 B
Markdown
34 lines
527 B
Markdown
|
---
|
||
|
title: inputReportReasonChildAbuse
|
||
|
description: Report reason child abuse
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputReportReasonChildAbuse
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Report reason child abuse
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ReportReason](../types/ReportReason.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$inputReportReasonChildAbuse = ['_' => 'inputReportReasonChildAbuse'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
inputReportReasonChildAbuse={_='inputReportReasonChildAbuse'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|