setChatDescription
Change the description of a chat.
Parameters
The identifier of a chat.
description: string
The new description.
Result
void
Syntax
await client.setChatDescription(chatId, description);
Change the description of a chat.
The identifier of a chat.
The new description.
await client.setChatDescription(chatId, description);