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_

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.190/tl/2_types.ts";

Contains info about a group call, and partial info about its participants.

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]: number
protected
readonly
[params]: Params
call: enums.GroupCall

Info about the group call

chats: Array<enums.Chat>

Chats mentioned in the participants vector

participants: Array<enums.GroupCallParticipant>

A partial list of participants.

participants_next_offset: string

Next offset to use when fetching the remaining participants using phone.getGroupParticipants

users: Array<enums.User>

Users mentioned in the participants vector

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc