--- 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 image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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: | Name | Type | Description | Required | |----------|---------------|-------------|----------| |chat\_id|[int53](../types/int53.md) | Chat identifier | Yes| |reason|[ChatReportReason](../types/ChatReportReason.md) | Reason, the chat is reported | Yes| ### Return type: [Ok](../types/Ok.md)