removeChatFromCommunity
Remove a chat from a community. USER-ONLY
Parameters
communityId: number
The identifier of the community.
The identifier of the chat to remove.
Result
void
Syntax
await client.removeChatFromCommunity(communityId, chatId);
Remove a chat from a community. USER-ONLY
The identifier of the community.
The identifier of the chat to remove.
await client.removeChatFromCommunity(communityId, chatId);