MadelineProtoDocs/docs/API_docs/constructors/inputReportReasonCopyright.md

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