ToggleForumTopicIsClosed constructor

ToggleForumTopicIsClosed(
  1. {required int chat_id,
  2. required int message_thread_id,
  3. required bool is_closed,
  4. int? extra,
  5. int? clientId}
)

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 Ok

Implementation

ToggleForumTopicIsClosed