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_toggleGroupCallSettings_

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

Change group call settings

Constructors

new
phone_toggleGroupCallSettings_(params: { reset_invite_hash?: true; call: enums.InputGroupCall; join_muted?: boolean; })

Properties

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

Group call

optional
join_muted: boolean

Whether all users will that join this group call are muted by default upon joining the group call

optional
reset_invite_hash: true

Invalidate existing invite links

Static Properties

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