closeChat
Close a chat previously opened by openChat.
Parameters
The identifier of a chat to close.
Result
void
Syntax
await client.closeChat(chatId);
Close a chat previously opened by openChat.
The identifier of a chat to close.
await client.closeChat(chatId);