Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/0_live_stream_channel.ts>LiveStreamChannel

Cross-runtime JavaScript library for building Telegram clients
Latest
interface LiveStreamChannel
import { type LiveStreamChannel } from "https://deno.land/x/mtkruto@0.2.24/types/0_live_stream_channel.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.