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_exportChatlistInvite_

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

Export a folder », creating a chat folder deep link ».

Constructors

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

Properties

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

The folder to export

peers: Array<enums.InputPeer>

The list of channels, group and supergroups to share with the link. Basic groups will automatically be converted to supergroups when invoking the method.

title: string

An optional name for the link

Static Properties

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