View Source ExTDLib.Method.ToggleSupergroupIsForum (ExTDLib v0.0.4)
Toggles whether the supergroup is a forum; requires owner privileges in the supergroup. Discussion supergroups can't be converted to forums. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| supergroup_id | string | Identifier of the supergroup. |
| is_forum | bool | New value of is_forum. |
More details on telegram's documentation.