Skip to content

toggleSavedMessagesTopicIsPinned

Function · TDLib 1.8.67 · d1085f9c

Changes the pinned state of a Saved Messages topic. There can be up to getOption("pinned_saved_messages_topic_count_max") pinned topics. The limit can be increased with Telegram Premium

toggleSavedMessagesTopicIsPinned(
  saved_messages_topic_id: int53,
  is_pinned: Bool
) → Ok

saved_messages_topic_id

int53

Identifier of Saved Messages topic to pin or unpin

is_pinned

Bool

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