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

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

Constructors

new
chatlists_editExportedInvite_(params: { chatlist: enums.InputChatlist; slug: string; title?: string; peers?: Array<enums.InputPeer>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chatlist: enums.InputChatlist

Folder ID

optional
peers: Array<enums.InputPeer>

If set, changes the list of peers shared with the link

slug: string

slug obtained from the chat folder deep link ».

optional
title: string

If set, sets a new name for the link

Static Properties

__F: (params: { chatlist: enums.InputChatlist; slug: string; title?: string; peers?: Array<enums.InputPeer>; }) => enums.ExportedChatlistInvite
readonly
[name]: string
readonly
[paramDesc]: ParamDesc