Methods

removeChatFromCommunity

Remove a chat from a community. USER-ONLY

Parameters

communityId: number

The identifier of the community.

chatId: ID

The identifier of the chat to remove.

Result

void

Syntax

await client.removeChatFromCommunity(communityId, chatId);