View Source ExTDLib.Method.ToggleGeneralForumTopicIsHidden (ExTDLib v0.0.4)
Toggles whether a General topic is hidden in a forum supergroup chat; requires can_manage_topics administrator right in the supergroup. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat. |
| is_hidden | bool | Pass true to hide and close the General topic; pass false to unhide it. |
More details on telegram's documentation.