View Source ExTDLib.Method.ToggleForumTopicIsClosed (ExTDLib v0.0.4)
Toggles whether a topic is closed in a forum supergroup chat; requires can_manage_topics administrator right in the supergroup unless the user is creator of the topic. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat. |
| message_thread_id | string | Message thread identifier of the forum topic. |
| is_closed | bool | Pass true to close the topic; pass false to reopen it. |
More details on telegram's documentation.