đ§ unpin_all_general_forum_topic_messages
Use this method to clear the list of pinned messages in a General forum topic.
âī¸ Parameters
chat_id
(int
orstr
): Unique identifier for the target chat or username of chat
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.unpin_all_general_forum_topic_messages(
chat_id=your_chat_id_here
)