toggle_forum_topic_is_pinned


Description:

public async Ok toggle_forum_topic_is_pinned (int64 chat_id, int64 message_thread_id, bool is_pinned) throws TDLibError

Changes the pinned state of a forum topic; requires can_manage_topics right in the supergroup. There can be up to getOption("pinned_forum_topic_count_max") pinned forum topics

Parameters:

chat_id

Chat identifier

message_thread_id

Message thread identifier of the forum topic

is_pinned

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