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