setTopicsEnabled

Enable or disable topics in a group. User-only.

Parameters

chatId: ID

The identifier of a group.

enabled: boolean

Whether topics should be enabled in the group.

Result

void

Syntax

await client.setTopicsEnabled(chatId, enabled);