mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 06:39:36 +01:00
562 B
562 B
title | description |
---|---|
inputReportReasonPornography | inputReportReasonPornography attributes, type and example |
Constructor: inputReportReasonPornography
Attributes:
Name | Type | Required |
---|
Type: ReportReason
Example:
$inputReportReasonPornography = ['_' => 'inputReportReasonPornography', ];
Or, if you're into Lua:
inputReportReasonPornography={_='inputReportReasonPornography', }