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>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat. |
| message_thread_id | string | Message thread identifier of the forum topic. |
More details on telegram's documentation.