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

40 lines
624 B
Markdown

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