Introduction
Getting Started
API Reference
Topic Guides
Meta
Telegram API
Client.
delete_channel
Delete a channel.
chat_id (int | str) – The id of the channel to be deleted.
int
str
bool – On success, True is returned.
bool
Example
app.delete_channel(channel_id)