MadelineProtoDocs/docs/API_docs/constructors/inputReportReasonCopyright.md
2019-12-27 17:48:04 +01: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'}