Skip to main content
Module

x/mtkruto/mod.ts>LiveStreamChannel

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface LiveStreamChannel
Re-export
import { type LiveStreamChannel } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

A live stream channel.

Properties

id: number

The live stream channel's unique identifier.

scale: number

The scale of the live stream channel's chunks. Duration of each chunk is equal to 1000 / 2 ^ scale. `

timestamp: number

The live stream channel's last timestamp.