MadelineProtoDocs/docs/API_docs/constructors/inputReportReasonViolence.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
615 B
Markdown

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