method Client.prototype.downloadLiveStreamChunkimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; downloadLiveStreamChunk(id: string,channelId: number,scale: number,timestamp: number,params?: DownloadLiveStreamChunkParams,): AsyncGenerator<Uint8Array, void, unknown>Download a live stream chunk. User-only. Parametersid: stringThe identifier of a video chat retrieved from getChat, startVideoChat, or scheduleVideoChat. channelId: numberStream channel ID. scale: numberStream channel scale. timestamp: numberMillisecond timestamp of the chunk to download. optionalparams: DownloadLiveStreamChunkParamsReturnsAsyncGenerator<Uint8Array, void, unknown>