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

x/mtkruto/tl/2_types.ts>phone_GroupCall_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class phone_GroupCall_
import { phone_GroupCall_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
phone_GroupCall_(params: { call: enums.GroupCall; participants: Array<enums.GroupCallParticipant>; participants_next_offset: string; chats: Array<enums.Chat>; users: Array<enums.User>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<enums.Chat>
participants: Array<enums.GroupCallParticipant>
participants_next_offset: string
users: Array<enums.User>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc