Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/tl/2_types.ts>ChatInviteImporter

An attempt to write a Deno-native MTProto client
Go to Latest
class ChatInviteImporter
extends TypeChatInviteImporter
import { ChatInviteImporter } from "https://deno.land/x/mtkruto@0.0.62/tl/2_types.ts";

Constructors

new
ChatInviteImporter(params: { requested?: true; viaChatlist?: true; userId: bigint; date: number; about?: string; approvedBy?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
about: string
optional
approvedBy: bigint
date: number
optional
requested: true
userId: bigint
optional
viaChatlist: true

Static Properties

readonly
[paramDesc]: ParamDesc