setTopicsEnabled

Enable or disable topics in a group. USER-ONLY

Parameters

chatId: ID

The identifier of the group.

enabled: boolean

Whether topics should be enabled in the group.

Result

void

Syntax

await client.setTopicsEnabled(chatId, enabled);