đ§ edit_general_forum_topic
Use this method to edit the name of the 'General' topic in a forum supergroup chat.
âī¸ Parameters
chat_id(intorstr): Unique identifier for the target chat or username of the target channel (in the format @channelusername)name(str): New topic name, 1-128 characters
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.edit_general_forum_topic(
chat_id=your_chat_id_here,
name=your_name_here
)