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