MadelineProto/docs/TD_docs/methods/reportChat.md

24 lines
781 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: reportChat
description: Reports chat to Telegram moderators. Can be used only for a channel chat or a private chat with a bot, because all other chats can't be checked by moderators
---
## Method: reportChat
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Reports chat to Telegram moderators. Can be used only for a channel chat or a private chat with a bot, because all other chats can't be checked by moderators
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
2017-08-25 15:05:53 +02:00
|reason|[ChatReportReason](../types/ChatReportReason.md) | Yes|Reason, the chat is reported|
### Return type: [Ok](../types/Ok.md)