MadelineProtoDocs/docs/TD_docs/methods/deleteChannel.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
878 B
Markdown

---
title: deleteChannel
description: Deletes channel along with all messages in corresponding chat. Releases channel username and removes all members. Needs creator privileges in the channel. Channels with more than 1000 members can't be deleted
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: deleteChannel
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes channel along with all messages in corresponding chat. Releases channel username and removes all members. Needs creator privileges in the channel. Channels with more than 1000 members can't be deleted
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel|
### Return type: [Ok](../types/Ok.md)