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