Skip to main content
Module

x/mtkruto/mod.ts>functions.ChatlistsJoinChatlistInvite

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.ChatlistsJoinChatlistInvite
extends Function<types.TypeUpdates>
import { functions } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";
const { ChatlistsJoinChatlistInvite } = functions;

Constructors

new
ChatlistsJoinChatlistInvite(params: { slug: string; peers: Array<types.TypeInputPeer>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
peers: Array<types.TypeInputPeer>
slug: string

Static Properties

readonly
[paramDesc]: ParamDesc