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