Skip to content

toggleForumTopicIsPinned

Function · TDLib 1.8.67 · d1085f9c

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

chat_id

int53

Chat identifier

forum_topic_id

int32

Forum topic identifier

is_pinned

Bool

Pass true to pin the topic; pass false to unpin it