method Client.prototype.leaveVideoChatimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; leaveVideoChat(id: string): Promise<void>Leave a video chat. User-only. Parametersid: stringThe identifier of a video chat retrieved from getChat, startVideoChat, or scheduleVideoChat. ReturnsPromise<void>