toggle_saved_messages_topic_is_pinned


Description:

public async Ok toggle_saved_messages_topic_is_pinned (int64 saved_messages_topic_id, bool is_pinned) throws TDLibError

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

Parameters:

saved_messages_topic_id

Identifier of Saved Messages topic to pin or unpin

is_pinned

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