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

x/mtkruto/tl/3_functions.ts>phone_getGroupCallStreamChannels_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class phone_getGroupCallStreamChannels_
extends Function_<enums.phone.GroupCallStreamChannels>
import { phone_getGroupCallStreamChannels_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get info about RTMP streams in a group call or livestream.
This method should be invoked to the same group/channel-related DC used for downloading livestream chunks.
As usual, the media DC is preferred, if available.

Constructors

new
phone_getGroupCallStreamChannels_(params: { call: enums.InputGroupCall; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
call: enums.InputGroupCall

Group call or livestream

Static Properties

__F: (params: { call: enums.InputGroupCall; }) => enums.phone.GroupCallStreamChannels
readonly
[name]: string
readonly
[paramDesc]: ParamDesc