DeleteForumTopic constructor

DeleteForumTopic(
  1. {required int chat_id,
  2. required int message_thread_id,
  3. int? extra,
  4. int? clientId}
)

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 Ok

Implementation

DeleteForumTopic