setChatDescription

Change the description of a chat.

Parameters

chatId: ID

The identifier of a chat.

description: string

The new description.

Result

void

Syntax

await client.setChatDescription(chatId, description);