MadelineProtoDocs/old_docs/API_docs_v29/constructors/inputReportReasonCopyright.md

34 lines
531 B
Markdown
Raw Permalink Normal View History

2020-06-16 17:50:25 +02:00
---
title: inputReportReasonCopyright
description: Report for copyrighted content
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputReportReasonCopyright
[Back to constructors index](index.md)
Report for copyrighted content
### Type: [ReportReason](../types/ReportReason.md)
### Example:
```php
$inputReportReasonCopyright = ['_' => 'inputReportReasonCopyright'];
```
Or, if you're into Lua:
```lua
inputReportReasonCopyright={_='inputReportReasonCopyright'}
```