đ§ unpin_all_chat_messages
Use this method to unpin a all pinned messages in a supergroup chat.
âī¸ Parameters
chat_id
(int
orstr
): Int or Str: Unique identifier for the target chat or username of the target channel (in the format @channelusername)
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.unpin_all_chat_messages(
chat_id=your_chat_id_here
)