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