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.
Result
void
Syntax
await client.setTopicsEnabled(chatId, enabled);
Enable or disable topics in a group. USER-ONLY
The identifier of the group.
Whether topics should be enabled in the group.
await client.setTopicsEnabled(chatId, enabled);