setTopicsEnabled
Enable or disable topics in a group. USER-ONLY
Parameters
The identifier of the group.
enabled: boolean
Whether topics should be enabled in the group.
tabs: boolean
Whether topics should be displayed as tabs.
Result
void
Syntax
await client.setTopicsEnabled(chatId, enabled, tabs);