--- 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'} ```