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_toggleGroupCallStartSubscription_

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

Subscribe or unsubscribe to a scheduled group call

Constructors

new
phone_toggleGroupCallStartSubscription_(params: { call: enums.InputGroupCall; subscribed: boolean; })

Properties

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

Scheduled group call

subscribed: boolean

Enable or disable subscription

Static Properties

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