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