mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:34:39 +01:00
20 lines
321 B
Markdown
20 lines
321 B
Markdown
|
---
|
||
|
title: inputReportReasonSpam
|
||
|
description: inputReportReasonSpam attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputReportReasonSpam
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ReportReason](../types/ReportReason.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputReportReasonSpam = ['_' => 'inputReportReasonSpam', ];
|
||
|
```
|