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_saveDefaultGroupCallJoinAs_

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

Set the default peer that will be used to join a group call in a specific dialog.

Constructors

new
phone_saveDefaultGroupCallJoinAs_(params: { peer: enums.InputPeer; join_as: enums.InputPeer; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
join_as: enums.InputPeer

The default peer that will be used to join group calls in this dialog, presenting yourself as a specific user/channel.

peer: enums.InputPeer

The dialog

Static Properties

__F: (params: { peer: enums.InputPeer; join_as: enums.InputPeer; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc