MadelineProtoDocs/docs/TD_docs/methods/reportChannelSpam.md

26 lines
809 B
Markdown

---
title: reportChannelSpam
description: Reports some supergroup channel messages from a user as spam messages
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: reportChannelSpam
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Reports some supergroup channel messages from a user as spam messages
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|channel\_id|[int](../types/int.md) | Channel identifier | Yes|
|user\_id|[int](../types/int.md) | User identifier | Yes|
|message\_ids|Array of [int53](../types/int53.md) | Identifiers of messages sent in the supergroup by the user, the list should be non-empty | Yes|
### Return type: [Ok](../types/Ok.md)