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