CreateChannel¶
-
class
pyrogram.raw.functions.channels.
CreateChannel
¶ Create a supergroup/channel.
- Details
Layer:
126
ID:
0x3d5fb10f
- Parameters
title (
str
) – Channel title.about (
str
) – Channel description.broadcast (
bool
, optional) – Whether to create a channel.megagroup (
bool
, optional) – Whether to create a supergroup.for_import (
bool
, optional) – Telegram API parameter.geo_point (
InputGeoPoint
, optional) – Geogroup location.address (
str
, optional) – Geogroup address.
- Returns
Updates
– Object which is perceived by the client without a call on its part when an event occurs.