Skip to main content
Module

x/grm/src/mod.ts>Api.phone.GroupCallStreamChannels

MTProto API Client for Deno 🦕
Go to Latest
class Api.phone.GroupCallStreamChannels
extends VirtualClass<{ channels: Api.TypeGroupCallStreamChannel[]; }>
import { Api } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { GroupCallStreamChannels } = Api.phone;

Properties

channels: Api.TypeGroupCallStreamChannel[]
className: "phone.GroupCallStreamChannels"
classType: "constructor"
CONSTRUCTOR_ID: 3504636594
SUBCLASS_OF_ID: 2438448612

Static Methods

fromReader(reader: Reader): GroupCallStreamChannels