close_general_forum_topic
Use this method to close the 'General' topic in a forum supergroup chat.
Parameters
chat_id
(int
orstr
): Unique identifier for the target chat or username of the target channel (in the format @channelusername)
Returns
bool
Examples
- Required Parameters
await bot.close_general_forum_topic(
chat_id=your_chat_id_here
)