toggleForumTopicIsPinned¶
Changes the pinned state of a topic in a forum supergroup chat or a chat with a bot with topics; requires can_manage_topics administrator right in the supergroup. There can be up to getOption("pinned_forum_topic_count_max") pinned forum topics
toggleForumTopicIsPinned(
chat_id: int53,
forum_topic_id: int32,
is_pinned: Bool
) → Ok