MadelineProtoDocs/old_docs/API_docs_v29/constructors/inputReportReasonCopyright.md
2020-06-16 17:50:25 +02:00

531 B

title description image
inputReportReasonCopyright Report for copyrighted content https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputReportReasonCopyright

Back to constructors index

Report for copyrighted content

Type: ReportReason

Example:

$inputReportReasonCopyright = ['_' => 'inputReportReasonCopyright'];

Or, if you're into Lua:

inputReportReasonCopyright={_='inputReportReasonCopyright'}