View Source ExTDLib.Method.DeleteForumTopic (ExTDLib v0.0.4)

Deletes all messages in a forum topic; requires can_delete_messages administrator right in the supergroup unless the user is creator of the topic, the topic has no messages from other users and has at most 11 messages. Returns object_ptr<Ok>.

NameTypeDescription
chat_idstringIdentifier of the chat.
message_thread_idstringMessage thread identifier of the forum topic.

More details on telegram's documentation.