TDLib v0.0.2 TDLib.Object.ChatTypeSupergroup View Source
A supergroup (i.e. a chat with up to GetOption(“supergroup_max_size”) other users), or channel (with unlimited members).
Name | Type | Description |
---|---|---|
supergroup_id | number | Supergroup or channel identifier. |
is_channel | bool | True, if the supergroup is a channel. |
More details on telegram’s documentation.