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).

NameTypeDescription
supergroup_idnumberSupergroup or channel identifier.
is_channelboolTrue, if the supergroup is a channel.

More details on telegram’s documentation.