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