MadelineProtoDocs/docs/API_docs/constructors/inputReportReasonCopyright.md

34 lines
531 B
Markdown

---
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'}
```