Skip to main content
Module

x/mtkruto/mod.ts>types.GroupCallStreamChannel

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.GroupCallStreamChannel
import { types } from "https://deno.land/x/mtkruto@0.1.0/mod.ts";
const { GroupCallStreamChannel } = types;

Constructors

new
GroupCallStreamChannel(params: { channel: number; scale: number; lastTimestampMs: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channel: number
lastTimestampMs: bigint
scale: number

Static Properties

readonly
[paramDesc]: ParamDesc