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

NameTypeDescription
chat_idstringIdentifier of the chat.
message_thread_idstringMessage thread identifier of the forum topic.
is_closedboolPass true to close the topic; pass false to reopen it.

More details on telegram's documentation.