31 lines
416 B
Markdown
31 lines
416 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', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputReportReasonSpam={_='inputReportReasonSpam', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|