Introduction
Getting Started
API Reference
Topic Guides
Meta
Telegram API
Client.
create_channel
Create a new broadcast channel.
title (str) – The channel title.
str
description (str, optional) – The channel description.
Chat – On success, a chat object is returned.
Chat
Example
app.create_channel("Channel Title", "Channel Description")