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>UpdateGroupCall_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateGroupCall_
extends _Update_
import { UpdateGroupCall_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

A new groupcall was started

Constructors

new
UpdateGroupCall_(params: { chat_id: bigint; call: enums.GroupCall; })

Properties

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

Info about the group call or livestream

chat_id: bigint

The channel/supergroup where this group call or livestream takes place

Static Properties

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