toggleForumTopicIsClosed¶
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
toggleForumTopicIsClosed(
chat_id: int53,
forum_topic_id: int32,
is_closed: Bool
) → Ok