Skip to content

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 or str): 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
)