Skip to content

🔧 reopen_general_forum_topic

Use this method to reopen the 'General' topic in a forum supergroup chat.

âš™ī¸ Parameters

  • chat_id (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.reopen_general_forum_topic(
    chat_id=your_chat_id_here
)