1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 00:19:37 +01:00
MadelineProto/old_docs/API_docs_v57/constructors/inputReportReasonSpam.md

513 B

title description
inputReportReasonSpam inputReportReasonSpam attributes, type and example

Constructor: inputReportReasonSpam

Back to constructors index

Attributes:

Name Type Required

Type: ReportReason

Example:

$inputReportReasonSpam = ['_' => 'inputReportReasonSpam', ];

Or, if you're into Lua:

inputReportReasonSpam={_='inputReportReasonSpam', }